浏览代码

Bump Python version classifiers

Commit 429ac946 relies on order-preserving dicts, i.e. Python 3.7+
master
JustAnotherArchivist 3 年前
父节点
当前提交
5c6169ee4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py 查看文件

@@ -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'],


正在加载...
取消
保存