esmf-org/esmf-profiler

Package name should be 'esmf-profiler' not 'profiler'

Closed this issue · 2 comments

The package name installed by pip is 'profiler'

[venv] [Rocky.Dunlap@hfe05 esmf-profiler]$ pip install -e .
Obtaining file:///scratch2/NCEPDEV/stmp1/Rocky.Dunlap/esmf-profiler
Installing collected packages: profiler
  Running setup.py develop for profiler
Successfully installed profiler

The name should be 'esmf-profiler' to prevent confusion with other profiling applications.

Updated.

d6c61e0

Thanks @ryanlong1004. It looks like the CI/pytest need to be updated with the name change.