Skip to content

Commit

Permalink
Fixed missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Feb 1, 2021
1 parent 892b5d1 commit 5be474f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'Based on sd-bus from libsystemd.'),
long_description=long_description,
long_description_content_type='text/markdown',
version='0.7.1',
version='0.7.2',
url='https://github.com/igo95862/python-sdbus',
author='igo95862',
author_email='igo95862@yandex.ru',
Expand All @@ -52,7 +52,9 @@
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development :: Libraries :: Python Modules',
],
packages=['sdbus', 'sdbus.proxies', 'sdbus.async_proxies'],
packages=['sdbus',
'sdbus.proxies', 'sdbus.async_proxies',
'sdbus._proxies_common'],
python_requires='>=3.8',
ext_modules=[
Extension(
Expand Down

0 comments on commit 5be474f

Please sign in to comment.