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 9
9
"CapitalGainsReport" ,
10
10
]
11
11
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] " }]
5
5
requires-python = " ~=3.10"
6
6
readme = " README.md"
7
7
license = " MIT"
8
+ license-files = [" LICENSE" ]
8
9
classifiers = [
9
10
" License :: OSI Approved :: MIT License" ,
10
11
" Programming Language :: Python :: 3.9" ,
@@ -45,10 +46,10 @@ dev = [
45
46
]
46
47
47
48
[tool .hatch .build .targets .sdist ]
48
- include = [" CHANGELOG.md " , " casparser" ]
49
+ include = [" casparser/* " ]
49
50
50
51
[tool .hatch .build .targets .wheel ]
51
- include = [" CHANGELOG.md " , " casparser" ]
52
+ include = [" casparser/* " ]
52
53
53
54
[tool .hatch .version ]
54
55
path = " casparser/__init__.py"
You can’t perform that action at this time.
0 commit comments