Skip to content

Commit 38ea63a

Browse files
committed
Move all source code to src/
This may help to avoid import problems on Py3 from the local (Py2-intended) packages (configparser etc.) shadowing the system modules.
1 parent 984ae98 commit 38ea63a

File tree

354 files changed

+1
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

354 files changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
'pasteurize = libpasteurize.main:main'
144144
]
145145
},
146+
package_dir={'': 'src'},
146147
packages=PACKAGES,
147148
package_data=PACKAGE_DATA,
148149
include_package_data=True,

0 commit comments

Comments
 (0)