Skip to content

Commit

Permalink
add long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanspauwen committed Jun 16, 2023
1 parent a53a625 commit 2fc617f
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 @@ -3,10 +3,15 @@
with open('requirements.txt') as f:
requirements = f.read().splitlines()

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

setup(
name='pystructurizr',
version='0.1.0',
description='A Python DSL inspired by Structurizr, intended for generating C4 diagrams',
long_description=long_description,
long_description_content_type="text/markdown",
author='Niels Vanspauwen',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 2fc617f

Please sign in to comment.