Skip to content

Commit f2f80aa

Browse files
committed
reorganize package structure
1 parent 067a49a commit f2f80aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def package_files(directory):
1616
name='simple_NER',
1717
version='0.6.0',
1818
packages=['simple_NER', 'simple_NER.rules', 'simple_NER.annotators',
19-
'simple_NER.annotators.remote', 'simple_NER.annotators.utils',
20-
'simple_NER.annotators.utils.keywords'],
19+
'simple_NER.annotators.remote', 'simple_NER.utils',
20+
'simple_NER.keywords'],
2121
url='https://github.com/OpenJarbas/simple_NER',
2222
package_data={'': extra_files},
2323
include_package_data=True,

0 commit comments

Comments
 (0)