Hacker News new | ask | show | jobs
by gvalkov 2748 days ago

  > Use it. Talk about it. Write about it.
I have a project that converts basic setup.py files to setup.cfg files [1].

Still happily using plain setuptools for library development and pip-tools for application development.

[1]: https://github.com/gvalkov/setuptools-py2cfg

1 comments

Very cool. I'll share that.