Add MANIFEST.in to include project files in package
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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
include README.md
|
||||
include LICENSE
|
||||
include pyproject.toml
|
||||
recursive-include ytsage/assets *
|
||||
recursive-include ytsage/languages *
|
||||
Reference in New Issue
Block a user