Skip to content

Commit 386ab99

Browse files
committed
python-ecosys: Add pypi= to metadata.
This is so the package knows the "upstream" name of the corresponding PyPI package that it's based on. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent f672353 commit 386ab99

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

python-ecosys/cbor2/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.1.0")
1+
metadata(version="0.1.0", pypi="cbor2")
22

33
package("cbor2")

python-ecosys/iperf3/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.1.3")
1+
metadata(version="0.1.3", pypi="iperf3", pypi_publish="uiperf3")
22

33
module("iperf3.py")

python-ecosys/pyjwt/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1", pypi="pyjwt")
22

33
require("hmac")
44

python-ecosys/urequests/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.7.0")
1+
metadata(version="0.7.0", pypi="requests")
22

33
module("urequests.py")

0 commit comments

Comments
 (0)