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.
1 parent 4314a8a commit 13e6982Copy full SHA for 13e6982
setup.py
@@ -10,7 +10,7 @@ def read(fname):
10
11
setup(
12
name = "scraptils",
13
- version = "0.2.1",
+ version = "0.2.2",
14
author = "Stefan Marsiske",
15
author_email = "[email protected]",
16
description = ("Scraping and datamangling Utilities"),
@@ -19,6 +19,9 @@ def read(fname):
19
packages = find_packages(),
20
url = "http://packages.python.org/scraptils",
21
py_modules=['scraptils' ],
22
+ entry_points={
23
+ "console_scripts": ["dump_schema=scraptils.dump_schema:__main__"]
24
+ },
25
long_description=read('README.markdown'),
26
classifiers = ["Development Status :: 4 - Beta",
27
"License :: OSI Approved :: GNU Affero General Public License v3",
0 commit comments