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 784554b commit dff9e40Copy full SHA for dff9e40
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='unitypackage_extractor',
5
- version='0.5.1',
+ version='1.0.0',
6
description='Extractor for .unitypackage files',
7
long_description=open('README.md', 'r').read(),
8
long_description_content_type="text/markdown",
@@ -16,6 +16,7 @@
16
'License :: OSI Approved :: MIT License',
17
'Programming Language :: Python :: 3.6',
18
'Programming Language :: Python :: 3.7',
19
+ 'Programming Language :: Python :: 3.8',
20
'Topic :: Software Development :: Build Tools',
21
'Topic :: System :: Filesystems'
22
],
0 commit comments