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
Would it be possible to make rez-pip include help information when installing packages?
e.g. rez-pip --install black in my mind should generate a package.py file that looks like this
# ...authors= [
u"Łukasz Langa (lukasz@langa.pl)",
]
help= [
["PyPI", "https://pypi.org/project/black/19.10b0'], # version-lock the PyPI link
["Home Page", "https://github.com/psf/black"], # use the url written in the setup.py file
]
# ...
Would you accept a PR with this addition?
The text was updated successfully, but these errors were encountered:
On Sun, 19 Jan. 2020, 19:46 Colin Kennedy, ***@***.***> wrote:
Would it be possible to make rez-pip include help information when
installing packages?
e.g. rez-pip --install black in my mind should generate a package.py file
that looks like this
# ...
authors = [
u"Łukasz Langa ***@***.***)",
]
help = [
["PyPI", "https://pypi.org/project/black/19.10b0'], # version-lock the PyPI link
["Home Page", "https://github.com/psf/black"], # use the url written in the setup.py file
]
# ...
Would you accept a PR with this addition?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#838>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMOUSXKP4CP6J2QSXLTOYLQ6QHPLANCNFSM4KIX6EUA>
.
Would it be possible to make
rez-pip
include help information when installing packages?e.g.
rez-pip --install black
in my mind should generate a package.py file that looks like thisWould you accept a PR with this addition?
The text was updated successfully, but these errors were encountered: