Include license in PyPI package

This commit is contained in:
Setu Shah
2020-07-10 22:58:37 -07:00
committed by Anthony MOI
parent 5be375eaea
commit 1f2cc6ee73

View File

@ -1,6 +1,7 @@
include Cargo.toml
include pyproject.toml
include rust-toolchain
include ../../LICENSE
recursive-include src *
recursive-include tokenizers-lib *
recursive-exclude tokenizers-lib/target *