You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@simevo thanks for packaging it for Debian. I deliberately avoided setup.py, because I think it is anti-pattern to embed package metadata into executable script. It is hard to parse, hard to update with automated tools. Luckily there are new tools like flit that are following the same idea, so I need to review them to see if my custom pypack can already use package source without setup.py at all.
I can move to this format as well, but as you already found out I don't like micromanaging metadata about simple Python modules when all necessary info is already self-contained. Maybe you could reuse https://github.com/techtonik/pypack for Debian packaging as well.
Hi, while packaging this module for debian, we noticed that the
setup.py
file is missing.This file is present in the ZIP from pip, but it would be nice for us if it were in the tarball from github as well.
Thanks, Paolo
The text was updated successfully, but these errors were encountered: