File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,21 +7,8 @@ maintainer = Taylor Salo
77maintainer_email =
[email protected] 88description = PyMARE: Python Meta-Analysis & Regression Engine
99description_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
2512classifiers =
2613 Development Status :: 3 - Alpha
2714 Environment :: Console
You can’t perform that action at this time.
0 commit comments