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

Commit

Permalink
Add long description to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSava committed May 16, 2022
1 parent 6d69913 commit f3d3ee1
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

with open("README.md") as f:
long_description = f.read()


setup(
name="ert-storage",
description="Storage service for ERT",
long_description=long_description,
long_description_content_type="text/markdown",
author="Equinor ASA",
author_email="fg_sib-scout@equinor.com",
url="https://github.com/equinor/ert-storage",
Expand Down

0 comments on commit f3d3ee1

Please sign in to comment.