Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 9450aea

Browse files
author
Alon Eirew
committed
fix utils package resources not copied to site-packages
1 parent 71687c3 commit 9450aea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nlp_architect/utils/resources/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@
115115
include_package_data=True,
116116
package_data={
117117
'server': ['services.json'],
118+
'nlp_architect.utils.resources': ['preposition_en.json', 'pronoun_en.json',
119+
'stop_words_en.json', 'stopwords.txt']
118120
},
119121
classifiers=[
120122
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)