We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509aed0 commit f545135Copy full SHA for f545135
Makefile
@@ -59,4 +59,4 @@ upload:
59
60
.PHONY: version_update
61
version_update:
62
- $(EDITOR) setup.py
+ $(EDITOR) setup.py src/readability_lxml/__init__.py
setup.py
@@ -12,6 +12,7 @@
12
'pep8',
13
]
14
15
+
16
setup(
17
name="readability-lxml",
18
version=version,
0 commit comments