Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
smyja committed Mar 26, 2023
1 parent 75c890f commit ac3cdb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
URL = "https://github.com/smyja/blackmaria"
EMAIL = "[email protected]"
AUTHOR = "Maro Akpobi"
with open("README.md", "r") as fh:
description = fh.read()
setup(
name=NAME,
version='0.1',
Expand All @@ -14,7 +16,8 @@
license='MIT',
author=AUTHOR,
author_email=EMAIL,

long_description=description,
long_description_content_type="text/markdown",
install_requires=[
'bs4',
'python-dotenv',
Expand Down

0 comments on commit ac3cdb4

Please sign in to comment.