Browse Source

Python 3.7 compatibility

tags/v0.2.0
JustAnotherArchivist 4 years ago
parent
commit
9eaa7be4c8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      setup.py

+ 1
- 0
setup.py View File

@@ -10,6 +10,7 @@ setuptools.setup(
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
packages = ['qwarc'],
setup_requires = ['setuptools_scm'],


Loading…
Cancel
Save