Skip to content
Snippets Groups Projects
Commit 92aa3655 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix Trove classifiers

parent 0b8c6142
No related branches found
No related tags found
No related merge requests found
...@@ -247,8 +247,8 @@ def main(): ...@@ -247,8 +247,8 @@ def main():
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython' 'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy' 'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Multimedia :: Graphics :: 3D Modeling', 'Topic :: Multimedia :: Graphics :: 3D Modeling',
'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Mathematics', 'Topic :: Scientific/Engineering :: Mathematics',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment