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