introduce a configuration module

This commit is contained in:
Sven Czarnian
2021-08-15 08:59:32 +02:00
parent a3f4f8f41b
commit 7b26e27c9d
4 changed files with 66 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ setup(
packages = [
'aman',
'aman.com',
'aman.config',
'aman.tools'
],
namespace_packages = [ 'aman' ],
@@ -73,6 +74,7 @@ setup(
install_requires=[
'argparse',
'setuptools',
'configparser',
'pyzmq',
'protobuf'
]