Skip to content

Commit

Permalink
Fixes setup config
Browse files Browse the repository at this point in the history
  • Loading branch information
marksgraham committed Aug 16, 2022
1 parent 431be51 commit 6855627
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ requires-python = ">=3.7"
[project.urls]
Homepage = "https://github.com/marksgraham/OCT-Converter"

[tool.setuptools]
py-modules = []

[tool.mypy]
explicit_package_bases = true
files = "oct_converter"
exclude = "my_example_volumes"

[tool.bumpver]
current_version = "0.3.0"
version_pattern = "MAJOR.MINOR.PATCH"
Expand Down

0 comments on commit 6855627

Please sign in to comment.