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 69b28e4 commit 9a6d64dCopy full SHA for 9a6d64d
setup.py
@@ -2,7 +2,7 @@
2
import os
3
from setuptools import setup, find_packages
4
5
-VERSION = "0.4"
+VERSION = "0.5"
6
7
8
def get_long_description():
@@ -30,6 +30,11 @@ def get_long_description():
30
""",
31
tests_require=["sqlite-diffable[test]"],
32
url="https://github.com/simonw/sqlite-diffable",
33
+ project_urls={
34
+ "Issues": "https://github.com/simonw/sqlite-diffable/issues",
35
+ "CI": "https://github.com/simonw/sqlite-diffable/actions",
36
+ "Changelog": "https://github.com/simonw/sqlite-diffable/releases",
37
+ },
38
classifiers=[
39
"Development Status :: 3 - Alpha",
40
"Intended Audience :: Developers",
0 commit comments