File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,17 @@ def find_version(*file_paths):
4848
4949
5050classifiers = [
51- 'Development Status :: 4 - Beta' ,
52- 'Framework :: labfis' ,
51+ 'Development Status :: 5 - Production/Stable' ,
52+ 'Intended Audience :: Education' ,
53+ 'Intended Audience :: Science/Research' ,
5354 'Intended Audience :: End Users/Desktop' ,
5455 'Intended Audience :: Developers' ,
5556 'Operating System :: Microsoft :: Windows' ,
5657 'Operating System :: POSIX' ,
57- 'Programming Language :: Python 2.7 :: Python 3 :: Python 3.8' ]
58+ 'License :: OSI Approved :: MIT License' ,
59+ 'Programming Language :: Python :: 2.7' ,
60+ 'Programming Language :: Python :: 3' ,
61+ 'Programming Language :: Python :: 3.8' ]
5862
5963python_ver = '>=2.7'
6064
You can’t perform that action at this time.
0 commit comments