Skip to content

Commit

Permalink
add description for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Oct 21, 2024
1 parent 2778c6d commit 0c0174c
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 @@ -27,10 +27,15 @@
version = parse_version_string(INIT_FILE)
install_reqs, dep_links = fetch_requirements(REQUIREMENTS_FILE)

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

setup(
name='st2-auth-ldap',
version=version,
description='StackStorm authentication backend for LDAP.',
long_description=long_description,
long_description_content_type="text/markdown",
author='StackStorm, Inc.',
author_email='info@stackstorm.com',
url='https://stackstorm.com/',
Expand Down

0 comments on commit 0c0174c

Please sign in to comment.