Skip to content

Commit

Permalink
Moved package to src folder
Browse files Browse the repository at this point in the history
Fixes some issues with unittests picking wrong package
  • Loading branch information
igo95862 committed Feb 1, 2021
1 parent 41b8617 commit 1fcc667
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,14 @@
packages=['sdbus',
'sdbus.proxies', 'sdbus.async_proxies',
'sdbus._proxies_common'],
package_dir={
'sdbus': 'src/sdbus',
},
python_requires='>=3.7',
ext_modules=[
Extension(
'sdbus.sd_bus_internals',
['sdbus/sd_bus_internals.c', ],
['src/sdbus/sd_bus_internals.c', ],
libraries=['systemd', ],
)
],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1fcc667

Please sign in to comment.