Skip to content

Commit

Permalink
make pypi upload contain hyphen in name
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcar17 committed Feb 28, 2024
1 parent b8f67ad commit 8180199
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ keywords = [
"bioinformatics",
]
license = {file = "LICENSE"}
name = "sc_supertree"
name = "sc-supertree"
readme = "README.md"
requires-python = ">=3.10,<3.13"
# the following are inferred from the source code
Expand Down Expand Up @@ -51,6 +51,9 @@ dev = [
]
test = ["pytest", "pytest-cov", "pytest-xdist", "nox"]

[tool.flit.module]
name = "sc_supertree"

[tool.pytest.ini_options]
addopts = ["--strict-config", "-ra"]
testpaths = "tests"
Expand Down
2 changes: 1 addition & 1 deletion src/sc_supertree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__all__ = ["load_trees", "construct_supertree"]
__copyright__ = "Copyright 2023, Robert McArthur"
__license__ = "BSD"
__version__ = "2024.2.28"
__version__ = "2024.2.28.a1"

import os

Expand Down

0 comments on commit 8180199

Please sign in to comment.