We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e26d3e commit 4895e04Copy full SHA for 4895e04
setup.py
@@ -22,6 +22,7 @@ def read(filename):
22
license="GPLv3",
23
author="Sam Hunt",
24
author_email="sam.hunt@npl.co.uk",
25
+ download_url="https://github.com/comet-toolkit/obsarray/archive/refs/tags/v0.0.tar.gz",
26
description="Measurement uncertainty handling in Python",
27
long_description=read("README.md"),
28
packages=find_packages(exclude=("tests",)),
0 commit comments