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

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Izsak authored Dec 5, 2019
1 parent 3d2479b commit 214b15d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
url='https://github.com/NervanaSystems/nlp-architect',
license='Apache 2.0',
python_requires='>=3.6.*',
packages=find_packages(exclude=['tests.*', 'tests', '*.tests', '*.tests.*',
'examples.*', 'examples', '*.examples', '*.examples.*']),
packages=find_packages(exclude=['tests.*', 'tests', 'server.*', 'server', 'examples.*', 'examples']),
install_requires=install_requirements,
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 214b15d

Please sign in to comment.