mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-15 07:34:48 -04:00
Include config.toml file in manifest #93
Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
parent
4d7a2124d6
commit
688625fbe9
2 changed files with 2 additions and 0 deletions
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include streamrip/config.toml
|
1
setup.py
1
setup.py
|
@ -31,6 +31,7 @@ setup(
|
||||||
long_description=read_file("README.md"),
|
long_description=read_file("README.md"),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
|
include_package_data=True, # Include config.toml
|
||||||
py_modules=["streamrip"],
|
py_modules=["streamrip"],
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue