Skip to content

Commit bb723af

Browse files
Merge pull request #11 from pnnl/develop
Develop
2 parents aacc6b4 + 73fc44b commit bb723af

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file=README.md

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
'hypernetx.drawing',
1616
'hypernetx.reports'],
1717
version=__version__,
18+
author="Brenda Praggastis, Dustin Arendt, Emily Purvine, Cliff Joslyn",
19+
author_email="hypernetx@pnnl.gov",
20+
url='https://github.com/pnnl/HyperNetX',
1821
description='HyperNetX is a Python library for the creation and study of hypergraphs.',
1922
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'],
2023
license='3-Clause BSD license',

0 commit comments

Comments
 (0)