Skip to content

Commit 1327c5f

Browse files
committed
🐍 Removes depreciated download_url parameter and bumps version
1 parent 285cf93 commit 1327c5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010

1111
setup(
1212
name = "watch_path",
13-
version = "0.0.3",
13+
version = "0.0.4",
1414
author = "S0AndS0",
1515
author_email = "StrangerThanBland@gmail.com",
1616
description = "Simple wrapper for `os.stat`, calls callback function time-stamp changes",
1717
long_description = long_description,
1818
long_description_content_type = "text/markdown",
1919
url = "https://github.com/python-utilities/watch_path",
20-
download_url = 'https://github.com/python-utilities/watch_path/archive/v0.0.3.tar.gz',
2120
packages = find_packages(),
2221
classifiers = [
2322
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)