mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
Update of pypi
This commit is contained in:
parent
5d0091b570
commit
d751d80644
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -17,6 +17,8 @@ update_pypi_and_github.py
|
||||||
# Temporarily downloaded files
|
# Temporarily downloaded files
|
||||||
*.mp3
|
*.mp3
|
||||||
*.zip
|
*.zip
|
||||||
|
*.part
|
||||||
|
*.webm
|
||||||
|
|
||||||
# Coverage files
|
# Coverage files
|
||||||
.coverage
|
.coverage
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'irs',
|
name = 'irs',
|
||||||
version = '6.7.3',
|
version = '6.7.4',
|
||||||
description = 'A music downloader that just gets metadata.',
|
description = 'A music downloader that just gets metadata.',
|
||||||
url = 'https://github.com/kepoorhampond/irs',
|
url = 'https://github.com/kepoorhampond/irs',
|
||||||
author = 'Kepoor Hampond',
|
author = 'Kepoor Hampond',
|
||||||
|
|
Loading…
Reference in a new issue