We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ef9c0 commit 70c79ddCopy full SHA for 70c79dd
MANIFEST
@@ -2,7 +2,7 @@
2
LICENSE.txt
3
README.md
4
setup.py
5
-clockwork/__init__.py
6
-clockwork/clockwork.py
7
-clockwork/clockwork_exceptions.py
8
-clockwork/clockwork_http.py
+clockwork\__init__.py
+clockwork\clockwork.py
+clockwork\clockwork_exceptions.py
+clockwork\clockwork_http.py
setup.py
setup(
name='Clockwork',
- version='1.0',
+ version='1.0.3',
packages=['clockwork'],
install_requires=['lxml'],
license='MIT',
0 commit comments