Skip to content

Commit dd6e0da

Browse files
committed
Distutils script updated
1 parent 202f633 commit dd6e0da

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: setup.py

+9
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,14 @@
1111
author = "Konstantin Cherkasoff",
1212
author_email = "[email protected]",
1313
url = "https://github.com/coxx/tarantool-python",
14+
license = "BSD",
1415
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+
]
1524
)

0 commit comments

Comments
 (0)