Skip to content

Commit 39bb239

Browse files
Bernhard Kaindligo95862
authored andcommitted
fix setup.py: Add .settings as subpackage and bump version
1 parent f90fef4 commit 39bb239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
description=('NetworkManager binds for sdbus.'),
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',
32-
version='1.1.0',
32+
version='1.2.0',
3333
url='https://github.com/igo95862/python-sdbus',
3434
author='igo95862',
3535
author_email='igo95862@yandex.ru',
@@ -52,6 +52,7 @@
5252
'Topic :: Software Development :: Libraries :: Python Modules',
5353
],
5454
packages=['sdbus_async.networkmanager',
55+
'sdbus_async.networkmanager.settings',
5556
'sdbus_block.networkmanager',
5657
],
5758
package_data={

0 commit comments

Comments
 (0)