Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit ef74315

Browse files
authored
Merge pull request #16 from zenaton/fix-manifest
Add missing files in manifest
2 parents ec6bda3 + 93a3aed commit ef74315

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Fixed
6+
Fixed `MANIFEST.in` file not included files required by `setup.py`.
7+
38
## [0.3.0] - 2019-03-25
49

510
### Added

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include *.txt
2-
recursive-include docs *.txt
1+
include *.txt README.md CHANGELOG.md
2+
recursive-include docs *.txt

0 commit comments

Comments
 (0)