We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3a9d7 commit a0a5936Copy full SHA for a0a5936
setup.cfg
@@ -6,6 +6,7 @@ author_email = git@adamspiers.org
6
license = GPL-2+
7
home_page = https://github.com/aspiers/git-deps
8
long_description = file: README.md, USAGE.md, USE-CASES.md
9
+long_description_content_type = text/markdown
10
classifier =
11
Development Status :: 4 - Beta
12
Environment :: Console
setup.py
@@ -20,8 +20,6 @@ def setup_package():
20
'six',
21
'pyscaffold>=2.5.10,<2.6a0',
22
] + sphinx,
23
- long_description='README.md',
24
- long_description_content_type="text/markdown",
25
use_pyscaffold=True
26
)
27
0 commit comments