Skip to content

Commit

Permalink
setting up 0.5.1; removing long description
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven committed Dec 13, 2021
1 parent 6d81365 commit e464191
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
from distutils.core import Extension

DISTNAME = 'gridx-egret'
VERSION = '0.5.0'
VERSION = '0.5.1'
PACKAGES = find_packages()
EXTENSIONS = []
DESCRIPTION = 'EGRET: Electrical Grid Research and Engineering Tools.'
LONG_DESCRIPTION = open('README.md').read()
AUTHOR = 'Michael Bynum, Anya Castillo, Carl Laird, Bernard Knueven and Jean-Paul Watson'
MAINTAINER_EMAIL = '[email protected]'
LICENSE = 'Revised BSD'
Expand All @@ -36,7 +35,6 @@
packages=PACKAGES,
ext_modules=EXTENSIONS,
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author=AUTHOR,
maintainer_email=MAINTAINER_EMAIL,
license=LICENSE,
Expand Down

0 comments on commit e464191

Please sign in to comment.