mirror of
https://github.com/Llewellynvdm/pdflayers.git
synced 2024-11-21 19:35:09 +00:00
Merge pull request #12 from SimonSegerblomRex/fix-classifiers
Fix classifiers in setup.py
This commit is contained in:
commit
f531e23162
9
setup.py
9
setup.py
@ -28,6 +28,13 @@ setuptools.setup(
|
|||||||
'pikepdf',
|
'pikepdf',
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Python :: 3'
|
'Development Status :: 3 - Alpha',
|
||||||
|
'Intended Audience :: Developers',
|
||||||
|
'License :: OSI Approved :: MIT License',
|
||||||
|
'Programming Language :: Python',
|
||||||
|
'Programming Language :: Python :: 3.5',
|
||||||
|
'Programming Language :: Python :: 3.6',
|
||||||
|
'Programming Language :: Python :: 3.7',
|
||||||
|
'Programming Language :: Python :: 3 :: Only',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user