Skip to content

Commit

Permalink
Merge branch 'release/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunwood-ai-labs committed Jun 8, 2024
2 parents ccc9c1c + 56e837d commit b734b7a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
from setuptools import setup, find_packages

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()


setup(
name='pegasus-surf',
version='0.1.0',
version='0.1.1',
description='A package for scraping websites and converting them to Markdown',
author='Maki',
author_email='[email protected]',
url='https://github.com/Sunwood-ai-labs/PEGASUS',
packages=find_packages(),
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[
'requests',
'markdownify',
Expand Down

0 comments on commit b734b7a

Please sign in to comment.