diff --git a/pyproject.toml b/pyproject.toml index 3cc9561..1885afa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,9 +34,13 @@ classifiers = [ # the following are inferred from the source code dynamic = ["version", "description"] -[project.sdist] -include = ["doc/", "requirements.txt", "src/*", "pyproject.toml"] -exclude = ["doc/*.html"] +[project.urls] +Documentation = "https://github.com/HuttleyLab/Divergent" +"Bug Tracker" = "https://github.com/HuttleyLab/Divergent/issues" +"Source Code" = "https://github.com/HuttleyLab/Divergent/" + +[tool.flit.sdist] +include = ["tests/*"] [project.scripts] dvgt = "divergent.cli:main" diff --git a/src/divergent/__init__.py b/src/divergent/__init__.py index a30d25e..6623091 100644 --- a/src/divergent/__init__.py +++ b/src/divergent/__init__.py @@ -4,4 +4,4 @@ # found by h5py import hdf5plugin # noqa -__version__ = "2024.8" +__version__ = "2024.8.26a1"