Skip to content

Commit

Permalink
Include etc, bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed Oct 7, 2024
1 parent 9348523 commit 0b4a676
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mepo"
version = "2.1.0"
version = "2.2.0"
description = "A tool for managing (m)ultiple r(epo)s"
authors = [{name="GMAO SI Team", email="[email protected]"}]
dependencies = [
Expand Down Expand Up @@ -42,4 +42,7 @@ only_include = [
]

[tool.hatch.build.targets.wheel]
packages = ["src/mepo"]
packages = [
"etc",
"src/mepo",
]

0 comments on commit 0b4a676

Please sign in to comment.