setup.py

changeset 63
a41f71f80c1d
parent 42
c95ee9720e7b
--- a/setup.py	Thu May 06 17:29:49 2021 +0300
+++ b/setup.py	Fri May 07 08:54:30 2021 +0300
@@ -33,16 +33,16 @@
 setup(name='scc_access',
       packages=['scc_access'],
       version=find_version("scc_access", "__init__.py"),
-      description='Package for interacting with the Single Calculus Chain through the command line.',
+      description="Package for interacting with EARLINET's Single Calculus Chain through the command line.",
       long_description=long_description,
-      url='https://bitbucket.org/iannis_b/scc-access/',
+      url='https://repositories.imaa.cnr.it/public/scc_access/',
       author='Ioannis Binietoglou',
       author_email='ioannis@inoe.ro',
       license='MIT',
       classifiers=[
-          'Development Status :: 3 - Alpha',
+          'Development Status :: 4 - Beta',
           'License :: OSI Approved :: MIT License',
-          'Programming Language :: Python :: 2',
+          'Programming Language :: Python :: 3',
           'Intended Audience :: Science/Research',
           'Topic :: Scientific/Engineering :: Atmospheric Science',
       ],

mercurial