Skip to content

Commit 8afc4b9

Browse files
committed
update project description
1 parent 9807c8b commit 8afc4b9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22
import versioneer
33

44
author = 'Florian R. Hölzlwimmer, David S. Fischer'
5+
6+
description="Fast and scalable fitting of over-determined generalized-linear models (GLMs)"
7+
8+
with open("README.md", "r") as fh:
9+
long_description = fh.read()
510

611
setup(
712
name='batchglm',
813
author=author,
9-
author_email='[email protected]',
14+
author_email=author_email,
15+
description=description,
16+
long_description=long_description,
17+
long_description_content_type="text/markdown",
1018
packages=find_packages(),
1119
install_requires=[
1220
'tensorflow>=1.10.0',

0 commit comments

Comments
 (0)