Skip to content

Commit

Permalink
Merge pull request #113 from olebedev/oleg/update-setup-py
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
buffer authored Jul 3, 2024
2 parents 31b1535 + 6989b9d commit 37ae2c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,14 @@ def run(self):
version=STPYV8_VERSION,
description="Python Wrapper for Google V8 Engine",
long_description=open("README.md").read(),
platforms="x86",
platforms=["Linux", "MacOS", "Windows"],
author="Philip Syme, Angelo Dell'Aera",
url="https://github.com/cloudflare/stpyv8",
license="Apache License 2.0",
py_modules=["STPyV8"],
ext_modules=[stpyv8],
install_requires=["wheel", "importlib_resources; python_version < '3.10'"],
install_requires=["importlib_resources; python_version < '3.10'"],
setup_requires=["wheel"],
data_files=[
(ICU_DATA_PACKAGE_FOLDER, [ICU_DATA_V8_FILE_PATH]),
],
Expand Down

0 comments on commit 37ae2c5

Please sign in to comment.