Skip to content

Commit b608f4b

Browse files
committed
🐛 include missing project folder
1 parent 881f497 commit b608f4b

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include pypi_mobans_pkg/resources/templates/*
55
recursive-include pypi_mobans_pkg/resources/statics *.*
66
recursive-include pypi_mobans_pkg/resources/templates/gitignore *.*
77
recursive-include pypi_mobans_pkg/resources/templates/docs *.*
8-
recursive-include pypi_mobans_pkg/resources/new-projects/ *.*
8+
recursive-include pypi_mobans_pkg/resources/new-project/ *.*
99
include pypi_mobans_pkg/resources/templates/tests/*
1010
include pypi_mobans_pkg/resources/config/*
1111
include pypi_mobans_pkg/resources/yehua.yml

changelog.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: "pypi-mobans"
22
organisation: moremoban
33
releases:
4+
- changes:
5+
- action: Fixed
6+
details:
7+
- include new-project folder in the package
8+
date: 13-09-2020
9+
version: 0.1.3
410
- changes:
511
- action: Fixed
612
details:

pypi-mobans-pkg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ organisation: "moremoban"
33
author: "C.W."
44
55
company: "Onni Software Ltd. and its contributors"
6-
version: "0.1.2"
7-
current_version: "0.1.2"
8-
release: "0.1.2"
6+
version: "0.1.3"
7+
current_version: "0.1.3"
8+
release: "0.1.3"
99
copyright_year: 2018-2020
1010
license: public license
1111
dependencies: []

0 commit comments

Comments
 (0)