mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-12-16 17:28:04 +00:00
Updated setup class and kalman filter class
This commit is contained in:
6
setup.py
6
setup.py
@@ -8,7 +8,7 @@ with open('README.md', 'r') as f:
|
||||
setup(
|
||||
name='spatz',
|
||||
version='0.0.10',
|
||||
package_dir={'': 'spatz'},
|
||||
packages=find_packages(where='spatz'),
|
||||
long_description=longdescription
|
||||
packages=find_packages(exclude=["_tests"]),
|
||||
long_description=longdescription,
|
||||
long_description_content_type='text/markdown',
|
||||
)
|
||||
Reference in New Issue
Block a user