Skip to content

Commit

Permalink
Merge pull request #10 from sezelt/dev
Browse files Browse the repository at this point in the history
Correctly package logo file
  • Loading branch information
sezelt authored Jan 3, 2024
2 parents 4ec3063 + 6505f78 commit e6b11cd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "py4D_browser"
version = "0.99999"
version = "0.999995"
authors = [
{ name="Steven Zeltmann", email="[email protected]" },
]
Expand Down Expand Up @@ -33,4 +33,13 @@ py4DGUI = "py4D_browser.runGUI:launch"
"Bug Tracker" = "https://github.com/py4dstem/py4D-browser/issues"

[tool.pyright]
venv = "py4dstem"
venv = "py4dstem"

[tool.setuptools]
include-package-data = true

[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools.package-data]
py4D_browser = ["*.png"]

0 comments on commit e6b11cd

Please sign in to comment.