nejucomo / onslaught

Run style and static checks against a python codebase, execute automated tests with coverage.
0 stars 1 forks source link

Make ``./setup.py release`` a proper setuptools command. #17

Closed nejucomo closed 8 years ago

nejucomo commented 8 years ago

Currently the release process is executed via ./setup.py release. However, this isn't a proper setuptools command, so for example it doesn't show up in --help output. Also, I want to prevent running upload without going through release because if this codebase sits for a while I'll forget about release (or a new maintainer comes along) and we want to avoid non-standardized releases.