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

Commit 214b15d

Browse files
author
Peter Izsak
authored
Update setup.py
1 parent 3d2479b commit 214b15d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
url='https://github.com/NervanaSystems/nlp-architect',
4646
license='Apache 2.0',
4747
python_requires='>=3.6.*',
48-
packages=find_packages(exclude=['tests.*', 'tests', '*.tests', '*.tests.*',
49-
'examples.*', 'examples', '*.examples', '*.examples.*']),
48+
packages=find_packages(exclude=['tests.*', 'tests', 'server.*', 'server', 'examples.*', 'examples']),
5049
install_requires=install_requirements,
5150
entry_points={
5251
'console_scripts': [

0 commit comments

Comments
 (0)