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 dcb641b commit 15a5c7bCopy full SHA for 15a5c7b
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='unitypackage_extractor',
5
- version='0.4.0',
+ version='0.5.0',
6
description='Extractor for .unitypackage files',
7
long_description=open('README.md', 'r').read(),
8
long_description_content_type="text/markdown",
@@ -14,7 +14,8 @@
14
'Development Status :: 5 - Production/Stable',
15
'Intended Audience :: Developers',
16
'License :: OSI Approved :: MIT License',
17
- 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.6',
18
+ 'Programming Language :: Python :: 3.7',
19
'Topic :: Software Development :: Build Tools',
20
'Topic :: System :: Filesystems'
21
],
0 commit comments