We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
download_url
1 parent 285cf93 commit 1327c5fCopy full SHA for 1327c5f
setup.py
@@ -10,14 +10,13 @@
10
11
setup(
12
name = "watch_path",
13
- version = "0.0.3",
+ version = "0.0.4",
14
author = "S0AndS0",
15
author_email = "StrangerThanBland@gmail.com",
16
description = "Simple wrapper for `os.stat`, calls callback function time-stamp changes",
17
long_description = long_description,
18
long_description_content_type = "text/markdown",
19
url = "https://github.com/python-utilities/watch_path",
20
- download_url = 'https://github.com/python-utilities/watch_path/archive/v0.0.3.tar.gz',
21
packages = find_packages(),
22
classifiers = [
23
'Development Status :: 3 - Alpha',
0 commit comments