This is an archive of the discontinued Mercurial Phabricator instance.

pyproject: add config file
ClosedPublic

Authored by durin42 on Jan 19 2021, 1:03 PM.

Details

Summary

This will tell pip et al to call our setup.py for the majority of
packaging concerns, but also gives us a place to put standard config
stuff like black.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durin42 created this revision.Jan 19 2021, 1:03 PM
Alphare accepted this revision.Jan 22 2021, 4:02 AM
mharbison72 accepted this revision.Jan 26 2021, 1:09 AM
This revision is now accepted and ready to land.Jan 26 2021, 1:09 AM
This revision was automatically updated to reflect the committed changes.
pulkit added a subscriber: pulkit.Jan 27 2021, 8:50 AM

This seems to make test-install.t fail on Python 2. Can you have a look?

I'm honestly baffled, and don't really have time to take a look. Probably back this and its child out, and we'll roll it forward again after we drop py2?

baymax updated this revision to Diff 25975.

✅ refresh by Heptapod after a successful CI run (🐙 💚)