Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed Jan 3, 2021
1 parent ade80f2 commit 199957d
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
from setuptools import setup


setup(name="html_wrapper",
version="0.3.2",
description="HTML parser with an lxml backend. Implements a subset of BeautifulSoup API and is an order of magnitude faster",
url="https://github.com/thismachinechills/html_wrapper",
author="thismachinechills (Alex)",
license="AGPL 3.0",
packages=['html_wrapper'],
zip_safe=True,
install_requires=["lxml"],
keywords="html parser wrapper beautifulsoup bs4 lxml xml html fast xpath".split(),
)
setup(
name="html_wrapper",
version="0.3.2",
description="HTML parser with an lxml backend. Implements a subset of BeautifulSoup API and is an order of magnitude faster",
url="https://github.com/thismachinechills/html_wrapper",
author="thismachinechills (Alex)",
license="AGPL 3.0",
packages=['html_wrapper'],
zip_safe=True,
install_requires=["lxml"],
keywords="html parser wrapper beautifulsoup bs4 lxml xml html fast xpath".split(),
)

0 comments on commit 199957d

Please sign in to comment.