Skip to content

Commit ba2876a

Browse files
committed
fix: Add MANIFEST.in file
1 parent 07a41fc commit ba2876a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include README.rst
2+
include LICENSE
3+
include requirements.txt
4+
include pymanuf/manuf.txt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pymanuf"
3-
version = "2025.2.10"
3+
version = "2025.2.11"
44
authors = [
55
{ name="Krypton", email="root@krypton.ninja" },
66
]

0 commit comments

Comments
 (0)