Skip to content

Commit

Permalink
now with better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarrarom committed Jan 5, 2023
1 parent 031acb7 commit b02304c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from setuptools import setup, find_packages

with open("./README.md", 'r') as fr:
readme_file = fr.read()

setup(
name='fancy-jira',
version='0.1.0',
Expand All @@ -20,4 +23,5 @@
[console_scripts]
jira=jiractl:jira
''',
long_description=readme_file
)

0 comments on commit b02304c

Please sign in to comment.