Skip to content

Commit 2a811db

Browse files
authored
change how description is rendered on pypi (#129)
1 parent 30cfc7b commit 2a811db

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

pypi_description.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# PyMARE: Python Meta-Analysis & Regression Engine
2+
3+
A Python library for mixed-effects meta-regression (including
4+
meta-analysis).
5+
6+
# License
7+
8+
[PYMARE]{.title-ref} is licensed under the terms of the MIT license. See
9+
the file \'LICENSE\' for information on the history of this software,
10+
terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.
11+
12+
All trademarks referenced herein are property of their respective
13+
holders.
14+
15+
Copyright (c) 2019\--, PyMARE developers

setup.cfg

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,8 @@ maintainer = Taylor Salo
77
maintainer_email = tsalo006@fiu.edu
88
description = PyMARE: Python Meta-Analysis & Regression Engine
99
description_file = README.md
10-
long_description =
11-
PyMARE: Python Meta-Analysis & Regression Engine
12-
================================================
13-
A Python library for mixed-effects meta-regression (including meta-analysis).
14-
15-
License
16-
=======
17-
`PYMARE` is licensed under the terms of the MIT license. See the file
18-
'LICENSE' for information on the history of this software, terms & conditions
19-
for usage, and a DISCLAIMER OF ALL WARRANTIES.
20-
21-
All trademarks referenced herein are property of their respective holders.
22-
23-
Copyright (c) 2019--, PyMARE developers
24-
long_description_content_type = text/x-rst
10+
long_description = file: pypi_description.md
11+
long_description_content_type = text/markdown
2512
classifiers =
2613
Development Status :: 3 - Alpha
2714
Environment :: Console

0 commit comments

Comments
 (0)