Skip to content

Commit

Permalink
Fixed proxies and async_proxies packages missing
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Jan 30, 2021
1 parent cada6e5 commit 41d35ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.0',
version='0.7.1',
url='https://github.com/igo95862/python-sdbus',
author='igo95862',
author_email='igo95862@yandex.ru',
Expand All @@ -52,7 +52,7 @@
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development :: Libraries :: Python Modules',
],
packages=['sdbus'],
packages=['sdbus', 'sdbus.proxies', 'sdbus.async_proxies'],
python_requires='>=3.8',
ext_modules=[
Extension(
Expand Down

0 comments on commit 41d35ae

Please sign in to comment.