Skip to content

Commit

Permalink
setup fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrees committed Sep 4, 2023
1 parent 1fe3c6c commit b9048ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ requests-html>=0.10.0
sqlalchemy>=1.4.39
beautifulsoup4>=4.11
html5lib>=1.1
jinja2
jinja2
python-dotenv
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def _read_reqs(relpath):
setup(
name='scrapemed',
version='0.0.9',
description='ScrapeMed: Beautiful Data Scraping for PubMed Central.',
description='ScrapeMed: Pythonic Data Scraping for PubMed Central.',
author='Daniel Frees',
author_email='danielfrees@g.ucla.edu',
url='https://github.com/mediboard/nlp/scrapemed',
Expand Down

0 comments on commit b9048ea

Please sign in to comment.