Live data from Hacker News

Show HN: Setupgoon – Better setup.py by extorting information from files

github.com

1–2 of 2 posts

Re: Show HN: Setupgoon – Better setup.py by extorting information from files

#2
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 content

I tried to pack the more features in a minimal amount of LOC (~20)