Skip to content

Commit 05f680b

Browse files
committed
fix packaging issue of template and yml
1 parent a7f6c9d commit 05f680b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
recursive-include src/pasteur *.yml
2+
graft src/pasteur/templates

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pasteur"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = [
55
{ name="Kapenekakis Antheas", email="antheas@cs.aau.dk" },
66
]

0 commit comments

Comments
 (0)