mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-17 08:02:36 +00:00
8 lines
118 B
Python
Executable file
8 lines
118 B
Python
Executable file
from distutils.core import setup
|
|
|
|
setup(
|
|
name='selfprivacy-api',
|
|
version='1.0.1',
|
|
scripts=['main.py',],
|
|
)
|