format the setup call

This commit is contained in:
Sven Czarnian
2021-08-14 21:30:49 +02:00
parent b92f437fcb
commit a0c9676c78

View File

@@ -55,7 +55,11 @@ class build_py(_build_py):
setup( setup(
name = 'Arrival MANager', name = 'Arrival MANager',
version = '0.1.0', version = '0.1.0',
packages=[ 'aman' ], packages = [
'aman',
'aman.com',
'aman.tools'
],
namespace_packages = [ 'aman' ], namespace_packages = [ 'aman' ],
description = 'AMAN optimization backend', description = 'AMAN optimization backend',
author = 'Sven Czarnian', author = 'Sven Czarnian',