Include default config file

master
7x11x13 2021-11-18 00:58:12 -05:00
parent 13f1f5ef3c
commit d2ebc0feed
3 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
include *.md
include LICENSE
include scdl/scdl.cfg

View File

@ -2,4 +2,4 @@
"""Python Soundcloud Music Downloader."""
__version__ = "v2.2.2"
__version__ = "v2.2.3"

View File

@ -15,6 +15,7 @@ setup(
name="scdl",
version=scdl.__version__,
packages=find_packages(),
include_package_data=True,
author="FlyinGrub",
author_email="flyinggrub@gmail.com",
description="Download Music from Souncloud",