We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257d40b commit 9fe3cb1Copy full SHA for 9fe3cb1
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
import os
3
4
-VERSION = "1.0"
+VERSION = "1.0.1"
5
6
7
def get_long_description():
@@ -18,7 +18,7 @@ def get_long_description():
18
long_description=get_long_description(),
19
long_description_content_type="text/markdown",
20
author="Simon Willison",
21
- url="https://github.com/dogsheep/healthkit-to-sqlite",
+ url="https://datasette.io/tools/healthkit-to-sqlite",
22
project_urls={
23
"Issues": "https://github.com/dogsheep/healthkit-to-sqlite/issues",
24
"CI": "https://github.com/dogsheep/healthkit-to-sqlite/actions",
0 commit comments