Skip to content
Snippets Groups Projects
Verified Commit 82d7cae4 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add setup file

parent 6a999c45
No related branches found
No related tags found
No related merge requests found
setup.py 0 → 100644
from setuptools import setup
setup(
name='contribute',
version='0.1',
py_modules=['contribute'],
install_requires=[
'Click',
],
entry_points='''
[console_scripts]
contribute=contribute:main
''',
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment