setup.py

changeset 63
a41f71f80c1d
parent 42
c95ee9720e7b
equal deleted inserted replaced
62:33a1ebad3f7e 63:a41f71f80c1d
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", "__init__.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 EARLINET's 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://repositories.imaa.cnr.it/public/scc_access/',
39 author='Ioannis Binietoglou', 39 author='Ioannis Binietoglou',
40 author_email='ioannis@inoe.ro', 40 author_email='ioannis@inoe.ro',
41 license='MIT', 41 license='MIT',
42 classifiers=[ 42 classifiers=[
43 'Development Status :: 3 - Alpha', 43 'Development Status :: 4 - Beta',
44 'License :: OSI Approved :: MIT License', 44 'License :: OSI Approved :: MIT License',
45 'Programming Language :: Python :: 2', 45 'Programming Language :: Python :: 3',
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=[

mercurial