Include config.toml file in manifest #93

Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-06-21 09:45:04 -07:00
parent 4d7a2124d6
commit 688625fbe9
2 changed files with 2 additions and 0 deletions

1
MANIFEST.in Normal file
View file

@ -0,0 +1 @@
include streamrip/config.toml

View file

@ -31,6 +31,7 @@ setup(
long_description=read_file("README.md"),
long_description_content_type="text/markdown",
install_requires=requirements,
include_package_data=True, # Include config.toml
py_modules=["streamrip"],
entry_points={
"console_scripts": [