Skip to content

Commit a49e562

Browse files
committed
Remove incorrect arguments.
Treat the top-level directory as the distribution root.
1 parent c890158 commit a49e562

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
# The same modules should appear in the requirements.txt file as given below.
1111
setuptools.setup(
1212
name='lib_xassert',
13-
package_dir={'': 'lib/python'},
14-
packages=setuptools.find_packages(where="lib/python"),
1513
install_requires=[
1614
"flake8~=3.8",
1715
],

0 commit comments

Comments
 (0)