Skip to content

Commit

Permalink
reorganize package structure
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 28, 2020
1 parent 067a49a commit f2f80aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def package_files(directory):
name='simple_NER',
version='0.6.0',
packages=['simple_NER', 'simple_NER.rules', 'simple_NER.annotators',
'simple_NER.annotators.remote', 'simple_NER.annotators.utils',
'simple_NER.annotators.utils.keywords'],
'simple_NER.annotators.remote', 'simple_NER.utils',
'simple_NER.keywords'],
url='https://github.com/OpenJarbas/simple_NER',
package_data={'': extra_files},
include_package_data=True,
Expand Down

0 comments on commit f2f80aa

Please sign in to comment.