Skip to content

Commit 11770cd

Browse files
committed
🐛 missed Makefile in the pypi package
1 parent 331811e commit 11770cd

File tree

3 files changed

+5
-23
lines changed

3 files changed

+5
-23
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-project/ *.*
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: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,10 @@ organisation: moremoban
33
releases:
44
- changes:
55
- action: Fixed
6-
details:
7-
- include new-project folder in the package
8-
date: 13-09-2020
9-
version: 0.1.3
10-
- changes:
11-
- action: Fixed
12-
details:
13-
- include new-project folder in the package
14-
date: 13-09-2020
15-
version: 0.1.2
16-
- changes:
17-
- action: Fixed
18-
details:
19-
- include yehua.yml file in the package
20-
date: 13-09-2020
21-
version: 0.1.1
22-
- changes:
23-
- action: Updated
246
details:
257
- use pypi-mobans version 0.1.0
268
date: 13-09-2020
27-
version: 0.1.0
9+
version: 0.1.4
2810
- changes:
2911
- action: Updated
3012
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.3"
7-
current_version: "0.1.3"
8-
release: "0.1.3"
6+
version: "0.1.4"
7+
current_version: "0.1.4"
8+
release: "0.1.4"
99
copyright_year: 2018-2020
1010
license: public license
1111
dependencies: []

0 commit comments

Comments
 (0)