We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c890158 commit a49e562Copy full SHA for a49e562
1 file changed
setup.py
@@ -10,8 +10,6 @@
10
# The same modules should appear in the requirements.txt file as given below.
11
setuptools.setup(
12
name='lib_xassert',
13
- package_dir={'': 'lib/python'},
14
- packages=setuptools.find_packages(where="lib/python"),
15
install_requires=[
16
"flake8~=3.8",
17
],
0 commit comments