File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ include LICENSE
22include CHANGELOG.md
33include README.md
44include requirements/*
5+ recursive-exclude docs *
56recursive-exclude tests *
Original file line number Diff line number Diff line change 1414import sys
1515sys .path .insert (0 , os .path .abspath ('../..' ))
1616
17- from optimizely .version import __version__
17+ from optimizely .version import __version__ # noqa: E402
1818
1919# -- Project information -----------------------------------------------------
2020
Original file line number Diff line number Diff line change 5151 'Programming Language :: Python :: 3.5' ,
5252 'Programming Language :: Python :: 3.6' ,
5353 ],
54- packages = find_packages (exclude = ['tests' ]),
54+ packages = find_packages (exclude = ['docs' , ' tests' ]),
5555 extras_require = {'test' : TEST_REQUIREMENTS },
5656 install_requires = REQUIREMENTS ,
5757 tests_require = TEST_REQUIREMENTS ,
You can’t perform that action at this time.
0 commit comments