socrata / python-release-plugin

A Python setuptools plugin to simplify the release process for Python modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin should give helpful error message if setup.cfg is missing

rlvoyer opened this issue · comments

If you try to release a module before creating a setup.cfg file, the resulting exception stack trace is uninterpretable. It should error out with a useful error message.