We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854cfa1 commit 10ca8ccCopy full SHA for 10ca8cc
setup.py
@@ -8,10 +8,14 @@
8
name="objectbox",
9
version=str(objectbox.version),
10
author="ObjectBox",
11
- description="ObjectBox is a superfast database for objects",
+ description="ObjectBox is a superfast lightweight database for objects",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
- url="https://github.com/objectbox/objectbox-python",
+ url="https://objectbox.io",
15
+ project_urls={
16
+ 'GitHub': 'https://github.com/objectbox/objectbox-python',
17
+ 'Tracker': 'https://github.com/objectbox/objectbox-python/issues',
18
+ },
19
python_requires='>=3.4, <4',
20
license='Apache 2.0',
21
classifiers=[
0 commit comments