1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-08 18:02:05 +03:00

modernize Python packaging for pywatchman

Summary:
X-link: https://github.com/facebookincubator/zstrong/pull/721

Mostly following practice in: https://packaging.python.org/en/latest/tutorials/packaging-projects/

Switching pywatchman to be built with PEP517. After this we can publish new pywatchman packages to PyPI continuously.

Reviewed By: jdelliot

Differential Revision: D54343676

fbshipit-source-id: 48a4538db4176662b8af189538dae32b9289d712
This commit is contained in:
Zeyi (Rice) Fan
2024-03-01 16:13:47 -08:00
committed by Facebook GitHub Bot
parent bcbd281941
commit 746f1a70f4
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[manifest]
name = python-setuptools
[download]
url = https://files.pythonhosted.org/packages/c0/7a/3da654f49c95d0cc6e9549a855b5818e66a917e852ec608e77550c8dc08b/setuptools-69.1.1-py3-none-any.whl
sha256 = 02fa291a0471b3a18b2b2481ed902af520c69e8ae0919c13da936542754b4c56
[build]
builder = python-wheel

View File

@@ -19,6 +19,7 @@ fbthrift
folly
pcre2
googletest
python-setuptools
[dependencies.fbsource=on]
rust