File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 99 "CapitalGainsReport" ,
1010]
1111
12- __version__ = "0.7.4 "
12+ __version__ = "0.8.0 "
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ authors = [{ name = "Sandeep Somasekharan", email = "
[email protected] " }]
55requires-python = " ~=3.10"
66readme = " README.md"
77license = " MIT"
8+ license-files = [" LICENSE" ]
89classifiers = [
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 ]
5455path = " casparser/__init__.py"
You can’t perform that action at this time.
0 commit comments