Show HN: Setupgoon – Better setup.py by extorting information from files (github.com) 1 points by kraymer 10y ago ↗ HN
[–] kraymer 10y ago ↗ A function to have in your setup.py to :- grep version number from another file- set description with another module docstring- set long description from a README.md (not .rst as usual) file contentI tried to pack the more features in a minimal amount of LOC (~20)
1 comment
[ 3.0 ms ] story [ 14.1 ms ] thread- grep version number from another file
- set description with another module docstring
- set long description from a README.md (not .rst as usual) file content
I tried to pack the more features in a minimal amount of LOC (~20)