Skip to content

Commit ce17af6

Browse files
setup: update description
Part of #198
1 parent 46fe11f commit ce17af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ def find_version(*file_paths):
8888
author_email="[email protected]",
8989
url="https://github.com/tarantool/tarantool-python",
9090
license="BSD",
91-
description="Python client library for Tarantool 1.6 Database",
91+
description="Python client library for Tarantool",
9292
long_description=read('README.rst'),
9393
long_description_content_type='text/x-rst',
9494
classifiers=[
9595
"Intended Audience :: Developers",
9696
"License :: OSI Approved :: BSD License",
9797
"Operating System :: OS Independent",
98-
"Programming Language :: Python",
98+
"Programming Language :: Python :: 3 :: Only",
9999
"Topic :: Database :: Front-Ends"
100100
],
101101
cmdclass=cmdclass,

0 commit comments

Comments
 (0)