From b85b4b21f652b2ec47352ab62bb4e2dc1e8a4e03 Mon Sep 17 00:00:00 2001 From: "Praggastis, Brenda" Date: Thu, 21 Mar 2019 09:02:28 -0700 Subject: [PATCH] updating files to upload to pypi --- setup.cfg | 2 ++ setup.py | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..4489b56e --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file=README.md \ No newline at end of file diff --git a/setup.py b/setup.py index 616298a7..f6a240d8 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,9 @@ 'hypernetx.drawing', 'hypernetx.reports'], version=__version__, + author="Brenda Praggastis, Dustin Arendt, Emily Purvine, Cliff Joslyn", + author_email="hypernetx@pnnl.gov", + url='https://github.com/pnnl/HyperNetX', description='HyperNetX is a Python library for the creation and study of hypergraphs.', install_requires=['networkx>=2.2,<3.0','numpy>=1.15.0,<2.0','scipy>=1.1.0,<2.0','matplotlib>3.0','scikit-learn>=0.20.0'], license='3-Clause BSD license',