Skip to content

Commit 66afec0

Browse files
author
SOCIALSCIENCEai
committed
package_data added in setup.py
1 parent fd1edeb commit 66afec0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[metadata]
2-
description-file = README.md
2+
description_file = README.md

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def run(self):
1111
setup(
1212
name='sentibank',
1313
packages=['sentibank'],
14+
package_data={'sentibank': ['dict_arXiv/*.csv', 'dict_arXiv/*.pickle', 'dict_arXiv/*.json']},
1415
version='0.2.2',
1516
license='CC BY-NC-SA 4.0',
1617
description='Unifying sentiment lexicons and dictionaries into an accessible open python package',

0 commit comments

Comments
 (0)