We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4300163 commit 157b439Copy full SHA for 157b439
setup.py
@@ -23,6 +23,7 @@
23
version=about["__version__"],
24
author=about["__author__"],
25
author_email=about["__email__"],
26
+ license=about["__license__"],
27
description="VideoDB Python SDK",
28
long_description=long_description,
29
long_description_content_type="text/markdown",
videodb/__about__.py
@@ -1,8 +1,9 @@
1
""" About information for videodb sdk"""
2
3
4
-__version__ = "0.2.0"
+__version__ = "0.2.1"
5
__title__ = "videodb"
6
__author__ = "videodb"
7
__email__ = "[email protected]"
8
__url__ = "https://github.com/video-db/videodb-python"
9
+__license__ = "Apache License 2.0"
0 commit comments