Commit 4942a769 authored by Lukas Eller's avatar Lukas Eller

fixed import error by adapting setup py

parent 4f0687cd
from .process import (
process,
interpolate_signal_loc
)
......@@ -23,7 +23,12 @@ setup(
classifiers=[
"Programming Language :: Python :: 3.8",
],
packages=["measprocess"],
packages=[
"measprocess",
"measprocess.geospatial",
"measprocess.nemo",
"measprocess.rtr"
],
include_package_data=True,
install_requires=["pandas", "matplotlib", "geopandas", "overpy", "shapely", "numpy", "tqdm", "cartopy", "aiohttp", "multidict", "requests"],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment