Skip to content

Commit

Permalink
updated package classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
lejafar committed Aug 12, 2018
1 parent 527fa29 commit 2a3e3e7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='python-openctm',
version='1.0.0',
version='1.0.1',
description='Python Interface for the OpenCTM Library',
long_description='Python Interface for the OpenCTM Library',
url='https://github.com/lejafar/python-openctm',
Expand All @@ -20,7 +20,12 @@
'numpy>=1.14.2',
],
classifiers=(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Natural Language :: English",
"Topic :: Scientific/Engineering",
"License :: OSI Approved :: zlib/libpng License",
"Operating System :: OS Independent",
)
Expand Down

0 comments on commit 2a3e3e7

Please sign in to comment.