Enabling static interpreter embedding for manylinux. (#1064)

* Removing dead file.

* Checking that we can distribute with static python embedding for

manylinux

* Many linux embed interpreter.

* Building wheels manylinux with static embedding

* Better script.

* typo.

* Using a dummy feature?

* default features ?

* Back into order.

* Fixing manylinux ??.

* Local dir.

* Missing star.

* Makedir ?

* Monkey coding this.

* extension module ?

* Building with default features `RustExtension`.

* bdist_wheel + rustextension any better ?

* update rust-py version.

* Forcing extension module.

* No default features.

* Remove py37 out of spite

* Revert "Remove py37 out of spite"

This reverts commit 6ab7facd792b59c2e30be82fe42816d24c32cf0d.

* Really extraneous feature.

* Fix build wheels.

* Putting things back in place.
This commit is contained in:
Nicolas Patry
2022-09-21 12:18:46 +02:00
committed by GitHub
parent 655f4057b7
commit 63082c4d11
7 changed files with 35 additions and 28 deletions

View File

@ -8,7 +8,7 @@ extras["dev"] = extras["testing"]
setup(
name="tokenizers",
version="0.13.0.dev0",
version="0.13.0",
description="Fast and Customizable Tokenizers",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",