Skip to content

Commit

Permalink
changes per ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Formartha committed Mar 10, 2024
1 parent 5e3d1f6 commit ff12d37
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
Expand Up @@ -2,10 +2,15 @@

VERSION_NUMBER = "1.0.0"

# Load the README file as the long description
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

setup(name="pytest-ai1899",
version=VERSION_NUMBER,
description="pytest plugin for connecting to ai1899 smart system stack",
long_description=long_description, # Add the long_description field here
long_description_content_type="text/markdown", # Specify the content type
include_package_data=True,
author="Mor Dabastany",
url="https://github.com/Formartha/pytest-ai1899",
Expand Down

0 comments on commit ff12d37

Please sign in to comment.