Skip to content
Snippets Groups Projects
Commit 8fb67596 authored by Christoph Fischer's avatar Christoph Fischer
Browse files

small changes to setup

parent 3b674a8a
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ g.generate_tracks(apply_filter=True)
for ts in reanalysis_set.timesteps:
ds_t = pipeline.get_data().sel(time=ts.valid_time)
# plot_timestep(ds_t, str(ts.valid_time)[:13] + '.png')
plot_timestep(ds_t, str(ts.valid_time)[:13] + '.png')
for track_id, track in enumerate(reanalysis_set.tracks):
plot_track(track, 'track' + str(track_id) + '.png', pipeline.get_data().storm_areas)
......
......@@ -41,8 +41,8 @@ if len(sys.argv) == 2 and sys.argv[1] == "--get-version":
# perform the actual install operation
setup(name=f"enstools-{settings['PACKAGE_NAME']}",
version=get_version(settings),
author="Your Name",
author_email="your.name@your.institution.org",
author="enstools-feature team",
author_email="christoph.fischer@uni-mainz.de",
packages=[f"enstools.{settings['PACKAGE_NAME']}"],
namespace_packages=['enstools'],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment