Skip to content

Commit

Permalink
fixed regression in classifiers in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Gehring committed Apr 12, 2019
1 parent 24efa90 commit 7b5c846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
CLASSIFIERS = [
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)'
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
'Programming Language :: Python',
'Topic :: Scientific/Engineering',
'Topic :: Software Development :: Libraries'
'Topic :: System :: Hardware'
'Topic :: Software Development :: Libraries',
'Topic :: System :: Hardware',
'Operating System :: Microsoft :: Windows'
]
PLATFORMS = ['Windows']
Expand Down

0 comments on commit 7b5c846

Please sign in to comment.