add some generic datatypes

This commit is contained in:
Sven Czarnian
2021-08-30 21:57:14 +02:00
parent 51b4013e6b
commit e4715abda3
5 changed files with 59 additions and 1 deletions

View File

@@ -75,7 +75,8 @@ setup(
'aman',
'aman.com',
'aman.config',
'aman.tools'
'aman.tools',
'aman.types'
],
namespace_packages = [ 'aman' ],
description = 'AMAN optimization backend',