c15d615b06
Adds a MANIFEST.in file to ensure README.md, LICENSE, pyproject.toml, and all files in ytsage/assets and ytsage/languages are included in the package distribution.
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
include README.md
|
|
include LICENSE
|
|
include pyproject.toml
|
|
recursive-include ytsage/assets *
|
|
recursive-include ytsage/languages *
|