Skip to content

Commit 54e213f

Browse files
committed
package build fixes
1 parent 88feec8 commit 54e213f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

casparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"CapitalGainsReport",
1010
]
1111

12-
__version__ = "0.7.4"
12+
__version__ = "0.8.0"

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = [{ name = "Sandeep Somasekharan", email = "[email protected]" }]
55
requires-python = "~=3.10"
66
readme = "README.md"
77
license = "MIT"
8+
license-files = ["LICENSE"]
89
classifiers = [
910
"License :: OSI Approved :: MIT License",
1011
"Programming Language :: Python :: 3.9",
@@ -45,10 +46,10 @@ dev = [
4546
]
4647

4748
[tool.hatch.build.targets.sdist]
48-
include = ["CHANGELOG.md", "casparser"]
49+
include = ["casparser/*"]
4950

5051
[tool.hatch.build.targets.wheel]
51-
include = ["CHANGELOG.md", "casparser"]
52+
include = ["casparser/*"]
5253

5354
[tool.hatch.version]
5455
path = "casparser/__init__.py"

0 commit comments

Comments
 (0)