SasView / sasdata

Package for loading and handling SAS data
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Inclusion of entry_points looks wrong #1

Closed llimeht closed 2 years ago

llimeht commented 2 years ago

setup.py creates a console script entry_point into the module called sasview pointing at sasdata.loader.Loader:load.

I'm not sure that this will ever have a command line interface at all, unless it one day grows a scriptable file format conversion utility.

Perhaps the entry_points kwarg to setup should just be deleted?