5 ms·
> 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
by gvalkov 8y 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 https://github.com/gvalkov/setuptools-py2cfg
- sametmax 8y agoVery cool. I'll share that.