提交 f75b8eee 编写于 作者: C Cleber Rosa

setup.py: add classifier on supported Python version

We're (hopefully) about to change the specifics about the Python
versions we support.  But, until then, let's be clear about the
Python version (2.7) that we support.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 89c34d3e
......@@ -154,6 +154,7 @@ if __name__ == '__main__':
"Operating System :: POSIX",
"Topic :: Software Development :: Quality Assurance",
"Topic :: Software Development :: Testing",
"Programming Language :: Python :: 2.7",
],
packages=find_packages(exclude=('selftests*',)),
data_files=get_data_files(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册