|
32 | 32 |
|
33 | 33 | url="https://github.com/common-workflow-language/cwltool",
|
34 | 34 | download_url="https://github.com/common-workflow-language/cwltool",
|
35 |
| - license='Apache 2.0', |
| 35 | + # platforms='', # empty as is conveyed by the classifier below |
| 36 | + # license='', # empty as is conveyed by the classifier below |
36 | 37 | packages=["cwltool", 'cwltool.tests'],
|
37 | 38 | package_dir={'cwltool.tests': 'tests'},
|
38 | 39 | package_data={'cwltool': ['schemas/draft-2/*.yml',
|
|
74 | 75 | cmdclass={'egg_info': tagger},
|
75 | 76 | classifiers=[
|
76 | 77 | 'Development Status :: 5 - Production/Stable',
|
| 78 | + 'Environment :: Console', |
| 79 | + 'Intended Audience :: Developers', |
| 80 | + 'Intended Audience :: Science/Research', |
| 81 | + 'Intended Audience :: Healthcare Industry', |
| 82 | + 'License :: OSI Approved :: Apache Software License', |
| 83 | + 'Natural Language :: English', |
| 84 | + 'Operating System :: MacOS :: MacOS X', |
77 | 85 | 'Operating System :: POSIX',
|
| 86 | + 'Operating System :: POSIX :: Linux', |
78 | 87 | 'Operating System :: OS Independent',
|
79 |
| - 'Programming Language :: Python :: 2 :: Only', |
| 88 | + # 'Operating System :: Microsoft :: Windows', # soon! |
| 89 | + # 'Operating System :: Microsoft :: Windows :: Windows 10', # soon! |
| 90 | + # 'Operating System :: Microsoft :: Windows :: Windows 8.1', # soon! |
| 91 | + # 'Operating System :: Microsoft :: Windows :: Windows 8', # not tested |
| 92 | + # 'Operating System :: Microsoft :: Windows :: Windows 7', # not tested |
| 93 | + 'Programming Language :: Python :: 2', |
| 94 | + 'Programming Language :: Python :: 2.7', |
| 95 | + 'Programming Language :: Python :: 3', |
| 96 | + 'Programming Language :: Python :: 3.3', |
| 97 | + 'Programming Language :: Python :: 3.4', |
| 98 | + 'Programming Language :: Python :: 3.5', |
| 99 | + 'Programming Language :: Python :: 3.6', |
| 100 | + 'Topic :: Scientific/Engineering', |
| 101 | + 'Topic :: Scientific/Engineering :: Bio-Informatics', |
| 102 | + 'Topic :: Scientific/Engineering :: Astronomy', |
| 103 | + 'Topic :: Scientific/Engineering :: Atmospheric Science', |
| 104 | + 'Topic :: Scientific/Engineering :: Information Analysis', |
| 105 | + 'Topic :: Scientific/Engineering :: Medical Science Apps.', |
| 106 | + 'Topic :: System :: Distributed Computing', |
| 107 | + 'Topic :: Utilities', |
80 | 108 | ]
|
81 | 109 | )
|
0 commit comments