mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-14 23:24:52 -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
setup.py
1
setup.py
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue