Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions pypi_description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# PyMARE: Python Meta-Analysis & Regression Engine

A Python library for mixed-effects meta-regression (including
meta-analysis).

# License

[PYMARE]{.title-ref} is licensed under the terms of the MIT license. See
the file \'LICENSE\' for information on the history of this software,
terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.

All trademarks referenced herein are property of their respective
holders.

Copyright (c) 2019\--, PyMARE developers
17 changes: 2 additions & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,8 @@ maintainer = Taylor Salo
maintainer_email = [email protected]
description = PyMARE: Python Meta-Analysis & Regression Engine
description_file = README.md
long_description =
PyMARE: Python Meta-Analysis & Regression Engine
================================================
A Python library for mixed-effects meta-regression (including meta-analysis).

License
=======
`PYMARE` is licensed under the terms of the MIT license. See the file
'LICENSE' for information on the history of this software, terms & conditions
for usage, and a DISCLAIMER OF ALL WARRANTIES.

All trademarks referenced herein are property of their respective holders.

Copyright (c) 2019--, PyMARE developers
long_description_content_type = text/x-rst
long_description = file: pypi_description.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Expand Down
Loading