Skip to content

Commit 8272360

Browse files
committed
update setup.py
1 parent a9ed821 commit 8272360

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
packages=find_packages(),
2020
install_requires=required,
2121
classifiers=[
22-
'Development Status :: 4 - Beta'
22+
'Development Status :: 4 - Beta',
2323
'Intended Audience :: Developers',
2424
'Intended Audience :: Science/Research',
2525
'Topic :: Scientific/Engineering :: Mathematics',
26-
'Topic :: Scientific/Engineering :: Simulation',
27-
'License :: OSI Approved :: GPL-3.0 License',
26+
'Topic :: Scientific/Engineering :: Physics',
27+
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
2828
'Programming Language :: Python :: 3',
2929
'Programming Language :: Python :: 3.6',
3030
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)