Sfoglia il codice sorgente

Bump Python version classifiers

Commit 429ac946 relies on order-preserving dicts, i.e. Python 3.7+
master
JustAnotherArchivist 3 anni fa
parent
commit
5c6169ee4d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py Vedi File

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


Caricamento…
Annulla
Salva