We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ed821 commit 8272360Copy full SHA for 8272360
setup.py
@@ -19,12 +19,12 @@
19
packages=find_packages(),
20
install_requires=required,
21
classifiers=[
22
- 'Development Status :: 4 - Beta'
+ 'Development Status :: 4 - Beta',
23
'Intended Audience :: Developers',
24
'Intended Audience :: Science/Research',
25
'Topic :: Scientific/Engineering :: Mathematics',
26
- 'Topic :: Scientific/Engineering :: Simulation',
27
- 'License :: OSI Approved :: GPL-3.0 License',
+ 'Topic :: Scientific/Engineering :: Physics',
+ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
28
'Programming Language :: Python :: 3',
29
'Programming Language :: Python :: 3.6',
30
'Programming Language :: Python :: 3.7',
0 commit comments