@@ -38,19 +38,27 @@ def get_version(rel_path):
3838 long_description_content_type = "text/markdown" ,
3939 python_requires = '>=3.6' ,
4040 classifiers = [
41- "Programming Language :: Python :: 3" ,
42- "License :: OSI Approved :: Apache Software License" ,
43- "Operating System :: MacOS" ,
44- "Operating System :: POSIX" ,
45- "Development Status :: 2 - Pre-Alpha" ,
46- "Framework :: IPython" ,
47- "Programming Language :: Python :: 3.6" ,
48- "Programming Language :: Python :: 3.7" ,
49- "Programming Language :: Python :: 3.8" ,
41+ 'Development Status :: 3 - Alpha' ,
42+ 'Environment :: Console' ,
43+ 'Framework :: IPython' ,
44+ 'Intended Audience :: Developers' ,
45+ 'Intended Audience :: Science/Research' ,
46+ 'License :: OSI Approved :: Apache Software License' ,
47+ 'Operating System :: MacOS' ,
48+ 'Operating System :: POSIX' ,
49+ 'Programming Language :: Python :: 3' ,
50+ 'Programming Language :: Python :: 3.6' ,
51+ 'Programming Language :: Python :: 3.7' ,
52+ 'Programming Language :: Python :: 3.8' ,
53+ 'Topic :: Scientific/Engineering' ,
54+ 'Topic :: Scientific/Engineering :: Astronomy' ,
55+ 'Topic :: Scientific/Engineering :: Atmospheric Science' ,
56+ 'Topic :: Scientific/Engineering :: Bio-Informatics' ,
57+ 'Topic :: Scientific/Engineering :: Information Analysis' ,
58+ 'Topic :: Scientific/Engineering :: Medical Science Apps.'
5059 ],
5160 entry_points = {
5261 'console_scripts' : [
53- # 'jupyter-jn2cwl=ipython2cwl.ipython2cwl:main',
5462 'jupyter-repo2cwl=ipython2cwl.repo2cwl:repo2cwl' ,
5563 ],
5664 },
0 commit comments