Olivia5k / piper

Build system that builds and very little more
http://thiderman.org/piper/
MIT License
5 stars 0 forks source link

setup.py issues from pyroma #11

Open daenney opened 9 years ago

daenney commented 9 years ago

pyroma is a tool to check if a setup.py conforms to current best practices, at least the setup() part of it.

21:35:18 ~/D/g/piper (master) (piper-3.4) $ pyroma .
------------------------------
Checking .
Found piper
------------------------------
The package's long_description is quite short.
Your package does not have keywords data.
------------------------------
Final rating: 9/10
Cottage Cheese
------------------------------

Todo

Olivia5k commented 9 years ago

lel cottage cheese.

Once fixed, maybe there should be a pyroma step as a part of the test pipeline?