We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fe11f commit ce17af6Copy full SHA for ce17af6
setup.py
@@ -88,14 +88,14 @@ def find_version(*file_paths):
88
author_email="[email protected]",
89
url="https://github.com/tarantool/tarantool-python",
90
license="BSD",
91
- description="Python client library for Tarantool 1.6 Database",
+ description="Python client library for Tarantool",
92
long_description=read('README.rst'),
93
long_description_content_type='text/x-rst',
94
classifiers=[
95
"Intended Audience :: Developers",
96
"License :: OSI Approved :: BSD License",
97
"Operating System :: OS Independent",
98
- "Programming Language :: Python",
+ "Programming Language :: Python :: 3 :: Only",
99
"Topic :: Database :: Front-Ends"
100
],
101
cmdclass=cmdclass,
0 commit comments