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 1d04e56 commit f40924aCopy full SHA for f40924a
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
2
3
-VERSION = '1.0.4'
+VERSION = '1.0.5'
4
5
setup(
6
name='PyWavefront',
@@ -24,6 +24,10 @@
24
'Natural Language :: English',
25
'Programming Language :: Python',
26
'Programming Language :: Python :: 3',
27
+ 'Programming Language :: Python :: 3.4',
28
+ 'Programming Language :: Python :: 3.5',
29
+ 'Programming Language :: Python :: 3.6',
30
+ 'Programming Language :: Python :: 3.7',
31
'Topic :: Multimedia :: Graphics :: 3D Rendering',
32
'Topic :: Software Development :: Libraries :: Python Modules',
33
],
0 commit comments