mirror of
https://github.com/13hannes11/situr.git
synced 2024-09-03 20:50:58 +02:00
add package info and licencse
This commit is contained in:
10
setup.py
Normal file
10
setup.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from setuptools import setup
|
||||
setup(name='situr',
|
||||
version='0.1',
|
||||
description='A package to register situ images',
|
||||
url='https://github.com/13hannes11/situr',
|
||||
author='Hannes F. Kuchelmeister',
|
||||
author_email='hannes@kuchelmeister.org',
|
||||
license='MIT',
|
||||
packages=['situr'],
|
||||
zip_safe=False)
|
||||
Reference in New Issue
Block a user