|
39 | 39 | url = "http://stochpy.sourceforge.net", |
40 | 40 | download_url = "http://stochpy.sourceforge.net/download.html", |
41 | 41 | license = " BSD License ", |
42 | | - keywords = " Bioinformatics, Computational Systems Biology, Bioinformatics, Modeling, Simulation, Stochastic Simulation Algorithms, Stochastic", |
| 42 | + keywords = " Bioinformatics, Computational Systems Biology, Bioinformatics, Modeling, Simulation, Stochastic Simulation Algorithms, Stochastic", |
43 | 43 | zip_safe = False, |
44 | 44 | requires = ['NumPy'], |
45 | 45 | platforms = ["Windows", "Linux","Mac OS-X"],#, "Solaris", "", "Unix"], |
46 | 46 | classifiers = [ |
47 | | - 'Development Status :: 4 - Beta', |
| 47 | + 'Development Status :: 5 - Production/Stable', |
| 48 | + 'Development Status :: 6 - Mature', |
48 | 49 | 'Environment :: Console', |
49 | 50 | 'Intended Audience :: End Users/Desktop', |
50 | 51 | 'Intended Audience :: Science/Research', |
51 | 52 | 'License :: OSI Approved :: BSD License', |
52 | 53 | 'Natural Language :: English', |
53 | | - 'Operating System :: OS Independent', |
| 54 | + 'Operating System :: OS Independent', |
54 | 55 | 'Programming Language :: Python :: 2.6', |
55 | 56 | 'Programming Language :: Python :: 2.7', |
56 | 57 | 'Programming Language :: Python :: 3.4', |
| 58 | + 'Programming Language :: Python :: 3.6', |
| 59 | + 'Programming Language :: Python :: 3.7', |
| 60 | + 'Programming Language :: Python :: 3.8', |
| 61 | + 'Programming Language :: Python :: 3.9', |
57 | 62 | 'Topic :: Scientific/Engineering :: Bio-Informatics', |
58 | 63 | 'Topic :: Scientific/Engineering :: Simulations'], |
59 | 64 | packages = mypackages, |
|
0 commit comments