Spaces:
Configuration error
Configuration error
| from setuptools import setup | |
| setup(name='mongo_api', | |
| version='0.1.2', | |
| description='Amalgama Mongo API', | |
| url='https://github.com/AmalgamaLtd/mongo_api.git', | |
| author='Alexandre Larrain', | |
| author_email='alex@amalgama.co.uk', | |
| license= 'GNU GPL v.3', | |
| packages=['mongo_api'], | |
| zip_safe=False | |
| ) | |