Skip to content

Commit

Permalink
Remove long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schiefelbein committed Jun 16, 2019
1 parent 398091d commit 205069e
Showing 1 changed file with 3 additions and 31 deletions.
34 changes: 3 additions & 31 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"""
richardsonpy: Package with Python version of Richardson tool
The Richardson tool is able to generate stochastic occupancy and electric load profiles for residential apartments.
Original version published under GNU GENERAL PUBLIC LICENSE by
Ian Richardson,
Murray Thomson and
Expand All @@ -17,7 +19,7 @@
see: https://dspace.lboro.ac.uk/dspace-jspui/handle/2134/3112
Python version provided by:
Thomas Schütz and
Thomas Schuetz and
Jan Schiefelbein
Institute for Energy Efficient Buildings and Indoor Climate,
E.ON Energy Research Center,
Expand All @@ -26,39 +28,9 @@

from setuptools import setup


setup(name='richardsonpy',
version='0.2',
description='Python version of Richardson tool to generate stochastic user and electric load profiles',
long_description='''Python version of Richardson tool.
The Richardson tool is able to generate stochastic occupancy and electric load profiles for residential
apartments.
Original version published under GNU GENERAL PUBLIC LICENSE by
Ian Richardson,
Murray Thomson and
David Infield
CREST (Centre for Renewable Energy Systems Technology),
Department of Electronic and Electrical Engineering,
Loughborough University, Leicestershire LE11 3TU, UK
and
Department of Electronic & Electrical Engineering, University of Strathclyde,
UK
Tel. +44 1509 635326. Email address: [email protected]
see:
https://dspace.lboro.ac.uk/dspace-jspui/handle/2134/3112
and
https://dspace.lboro.ac.uk/dspace-jspui/handle/2134/5786
Python version provided by:
Institute for Energy Efficient Buildings and Indoor Climate,
E.ON Energy Research Center,
RWTH Aachen University''',
url='https://github.com/RWTH-EBC/richardsonpy',
author='Institute of Energy Efficient Buildings and Indoor Climate, '
'E.ON Energy Research Center, RWTH Aachen University',
Expand Down

0 comments on commit 205069e

Please sign in to comment.