[enh] add a setup.py
This commit is contained in:
parent
09c2f2570b
commit
51ea54a9c2
19
setup.py
Normal file
19
setup.py
Normal file
@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding:Utf-8 -*-
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
setup(name='prosopopee',
|
||||
version='0.1',
|
||||
description='excposure.co clone in a static web generating tool',
|
||||
author='Laurent Peuch',
|
||||
#long_description='',
|
||||
author_email='cortex@worlddomination.be',
|
||||
url='https://github.com/Psycojoker/prosopopee',
|
||||
install_requires=open("./requirements.txt", "r").split(),
|
||||
packages=[],
|
||||
py_modules=[],
|
||||
license= 'GPLv3+',
|
||||
scripts=['prosopopee'],
|
||||
keywords='',
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user