Skip to content

Commit

Permalink
move README markdown setup to setup.cfg
Browse files Browse the repository at this point in the history
This declarative approach seems somewhat cleaner.
See https://dustingram.com/articles/2018/03/16/markdown-descriptions-on-pypi/
  • Loading branch information
aspiers committed Jul 28, 2023
1 parent aa3a9d7 commit a0a5936
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ author_email = [email protected]
license = GPL-2+
home_page = https://github.com/aspiers/git-deps
long_description = file: README.md, USAGE.md, USE-CASES.md
long_description_content_type = text/markdown
classifier =
Development Status :: 4 - Beta
Environment :: Console
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ def setup_package():
'six',
'pyscaffold>=2.5.10,<2.6a0',
] + sphinx,
long_description='README.md',
long_description_content_type="text/markdown",
use_pyscaffold=True
)

Expand Down

0 comments on commit a0a5936

Please sign in to comment.