Skip to content

Commit 71270bc

Browse files
committed
add MANIFEST.in
1 parent d1eacae commit 71270bc

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1] - 2020-02-02
11+
12+
Data files were missing from pip
13+
14+
### Fixed
15+
16+
- add MANIFEST.in
17+
1018
## [0.3.0] - 2019-12-12
1119

1220
Something was messed up in pipy, jump a number for a fresh start

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include LICENSE.md
2+
include readme.md
3+
recursive-include simple_NER *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def package_files(directory):
1414

1515
setup(
1616
name='simple_NER',
17-
version='0.3.0',
17+
version='0.3.1',
1818
packages=['simple_NER', 'simple_NER.rules', 'simple_NER.annotators',
1919
'simple_NER.annotators.remote', 'simple_NER.annotators.utils',
2020
'simple_NER.annotators.utils.keywords'],

0 commit comments

Comments
 (0)