setup.py

changeset 13
493067e1bfbb
parent 7
415d034b0864
child 42
c95ee9720e7b
equal deleted inserted replaced
12:9cc8d8d69af7 13:493067e1bfbb
30 30
31 31
32 # Run setup 32 # Run setup
33 setup(name='scc_access', 33 setup(name='scc_access',
34 packages=['scc_access'], 34 packages=['scc_access'],
35 version=find_version("scc_access", "scc_access.py"), 35 version=find_version("scc_access", "__init__.py"),
36 description='Package for interacting with the Single Calculus Chain through the command line.', 36 description='Package for interacting with the Single Calculus Chain through the command line.',
37 long_description=long_description, 37 long_description=long_description,
38 url='https://bitbucket.org/iannis_b/scc-access/', 38 url='https://bitbucket.org/iannis_b/scc-access/',
39 author='Ioannis Binietoglou', 39 author='Ioannis Binietoglou',
40 author_email='ioannis@inoe.ro', 40 author_email='ioannis@inoe.ro',
46 'Intended Audience :: Science/Research', 46 'Intended Audience :: Science/Research',
47 'Topic :: Scientific/Engineering :: Atmospheric Science', 47 'Topic :: Scientific/Engineering :: Atmospheric Science',
48 ], 48 ],
49 keywords='lidar aerosol SCC', 49 keywords='lidar aerosol SCC',
50 install_requires=[ 50 install_requires=[
51 "requests" 51 "requests",
52 "pyyaml",
52 ], 53 ],
53 entry_points={ 54 entry_points={
54 'console_scripts': ['scc_access = scc_access.scc_access:main'], 55 'console_scripts': ['scc_access = scc_access.scc_access:main'],
55 }, 56 },
56 ) 57 )

mercurial