We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202f633 commit dd6e0daCopy full SHA for dd6e0da
setup.py
@@ -11,5 +11,14 @@
11
author = "Konstantin Cherkasoff",
12
author_email = "[email protected]",
13
url = "https://github.com/coxx/tarantool-python",
14
+ license = "BSD",
15
description = "Python client library for Tarantool Database",
16
+ long_description = open("README.rst").read(),
17
+ classifiers = [
18
+ "Intended Audience :: Developers",
19
+ "License :: OSI Approved :: BSD License",
20
+ "Operating System :: OS Independent",
21
+ "Programming Language :: Python",
22
+ "Topic :: Database :: Front-Ends"
23
+ ]
24
)
0 commit comments