File size: 340 Bytes
e2f925b
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
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
      )