Skip to content

Commit

Permalink
Merge pull request #32 from GavinHuttley/main
Browse files Browse the repository at this point in the history
REL: prepping for initial release
  • Loading branch information
GavinHuttley authored Aug 25, 2024
2 parents b3e1670 + 0580ca3 commit 7d140f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/divergent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# found by h5py
import hdf5plugin # noqa

__version__ = "2024.8"
__version__ = "2024.8.26a1"

0 comments on commit 7d140f4

Please sign in to comment.