Skip to content

Commit

Permalink
Merge pull request #52 from orion512/orion512/preparing-0.0.8
Browse files Browse the repository at this point in the history
adjusted pyproject.toml to include sub packages in the dist
  • Loading branch information
orion512 authored Sep 4, 2024
2 parents a8c830b + 8652dd5 commit 90af43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "baskref"
version = "0.0.6"
version = "0.0.8"
authors = [
{name="Dominik Zulovec Sajovic", email="dominik.zsajovic@gmail.com"},
]
Expand Down Expand Up @@ -50,7 +50,7 @@ exclude = '''
'''

[tool.setuptools.packages.find]
include = ["baskref"]
include = ["baskref", "baskref.*"]
exclude = ["notebooks*"]

[tool.mypy]
Expand Down

0 comments on commit 90af43e

Please sign in to comment.