Skip to content

Commit

Permalink
simplify versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Jun 24, 2024
1 parent 1b95284 commit 61b9bed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion py_template/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .version import version as __version__
__version__ = "0.0.1"
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ authors = [
{ name = "CCA Software Group", email = "jjennings@flatironinstitute.org" },
]
dependencies = ["numpy>=1.24"]
dynamic = ["version"]

[project.optional-dependencies]
test = [
Expand All @@ -41,9 +40,6 @@ include-package-data = true

[tool.setuptools.packages.find]

[tool.setuptools_scm]
write_to = "py_template/version.py"

[tool.pytest.ini_options]
testpaths = [
"test",
Expand All @@ -55,11 +51,9 @@ omit = [
"py_template/__init*",
"py_template/*setup_package*",
"py_template/extern/*",
"py_template/version*",
"*/py_template/__init*",
"*/py_template/*setup_package*",
"*/py_template/extern/*",
"*/py_template/version*",
"test/*",
"*/test/*",
"test/conftest.py",
Expand Down

0 comments on commit 61b9bed

Please sign in to comment.