Skip to content

Commit

Permalink
change setup py add long description
Browse files Browse the repository at this point in the history
  • Loading branch information
frankogenrwoth committed Jun 13, 2023
1 parent be868d8 commit 3434fc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
from setuptools import setup, find_packages

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

setup(
name="pyfirebasehandler",
version="0.1.0",
description="A Python module for handling a Firebase database",
long_description=long_description,
long_description_content_type="text/markdown",
author="OGENRWOTH JIM FRANK",
author_email="[email protected]",
packages=find_packages(),
Expand Down

0 comments on commit 3434fc2

Please sign in to comment.