Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
Patch: added long description for pypi and increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHarrer committed Mar 24, 2023
1 parent 61ca68b commit acd7e67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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 f:
long_description = f.read()

setup(
name="ApifonicaClient",
version="1.0.0",
version="1.0.1",
description="Unofficial Python Package to easily integrate the Apifonica API to your project",
long_description=long_description,
long_description_content_type='text/markdown',
author="Paul Harrer",
author_email="[email protected]",
packages=find_packages(),
Expand Down

0 comments on commit acd7e67

Please sign in to comment.