Skip to content

Commit

Permalink
Merge branch 'master' into tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool authored Apr 15, 2024
2 parents 51ac8fd + 7a69cb2 commit 89dfd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/
**/site/*
**/dist/*
**/*.egg_info/*
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ authors = [
{ name="kopardev", email="vishal.koparde@nih.gov" },
]
license = {file = "LICENSE.md"}
readme = "README.md"
requires-python = ">=3.11"
# keywords = []
# classifiers = [
Expand Down Expand Up @@ -44,5 +43,5 @@ parkit_tarball2hpcdme = "parkit.parkit_tarball2hpcdme:main"
update_collection_metadata = "parkit.update_collection_metadata:main"

[tool.setuptools.dynamic]
version = {file = "VERSION"}
version = {file = "src/parkit/src/VERSION"}
readme = {file = "README.md"}

0 comments on commit 89dfd7c

Please sign in to comment.