Parcourir la source

Bump Python version classifiers

Commit 429ac946 relies on order-preserving dicts, i.e. Python 3.7+
master
JustAnotherArchivist il y a 3 ans
Parent
révision
5c6169ee4d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py Voir le fichier

@@ -9,8 +9,8 @@ setuptools.setup(
classifiers = [
'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',
'Programming Language :: Python :: 3.8',
],
packages = ['qwarc'],
setup_requires = ['setuptools_scm'],


Chargement…
Annuler
Enregistrer