| commit | 25acf1d07dc814ceee6644817a2249ea2f120c63 | [log] [tgz] |
|---|---|---|
| author | Marc Foley <m.foley.88@gmail.com> | Wed Jan 11 15:57:19 2023 +0000 |
| committer | GitHub <noreply@github.com> | Wed Jan 11 15:57:19 2023 +0000 |
| tree | e9bf41ce5f1cfdb2aaf334c58775c3b531215730 | |
| parent | ce28f4915addaaaea026af05d8636322aae7e0e2 [diff] | |
| parent | 498634a7a6934ed5e4e00023d81cfd01a650de64 [diff] |
Merge pull request #110 from m4rc1e/fix2 Fix ci
diff --git a/setup.py b/setup.py index 17139c1..e9d3b9b 100644 --- a/setup.py +++ b/setup.py
@@ -42,6 +42,9 @@ "Programming Language :: Python :: 3", ], python_requires=">=3.7", - setup_requires=["setuptools_scm>=4,<6.1"], - install_requires=["protobuf>=3.19.4", "fonttools"], + setup_requires=[ + "setuptools>=61.2", + "setuptools_scm[toml]>=6.2", + ], + install_requires=["protobuf>=3.19.4, <4", "fonttools"], )