Skip to content

Commit 10ca8cc

Browse files
committed
setup.py: add project_urls
1 parent 854cfa1 commit 10ca8cc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@
88
name="objectbox",
99
version=str(objectbox.version),
1010
author="ObjectBox",
11-
description="ObjectBox is a superfast database for objects",
11+
description="ObjectBox is a superfast lightweight database for objects",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
url="https://github.com/objectbox/objectbox-python",
14+
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+
},
1519
python_requires='>=3.4, <4',
1620
license='Apache 2.0',
1721
classifiers=[

0 commit comments

Comments
 (0)