Skip to content

Commit 77b7898

Browse files
authored
Merge pull request #257 from bknueven/setup_51
setting up 0.5.1; removing long description
2 parents 6d81365 + e464191 commit 77b7898

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
from distutils.core import Extension
1212

1313
DISTNAME = 'gridx-egret'
14-
VERSION = '0.5.0'
14+
VERSION = '0.5.1'
1515
PACKAGES = find_packages()
1616
EXTENSIONS = []
1717
DESCRIPTION = 'EGRET: Electrical Grid Research and Engineering Tools.'
18-
LONG_DESCRIPTION = open('README.md').read()
1918
AUTHOR = 'Michael Bynum, Anya Castillo, Carl Laird, Bernard Knueven and Jean-Paul Watson'
2019
MAINTAINER_EMAIL = '[email protected]'
2120
LICENSE = 'Revised BSD'
@@ -36,7 +35,6 @@
3635
packages=PACKAGES,
3736
ext_modules=EXTENSIONS,
3837
description=DESCRIPTION,
39-
long_description=LONG_DESCRIPTION,
4038
author=AUTHOR,
4139
maintainer_email=MAINTAINER_EMAIL,
4240
license=LICENSE,

0 commit comments

Comments
 (0)