-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jan Schiefelbein
committed
Jun 16, 2019
1 parent
398091d
commit 205069e
Showing
1 changed file
with
3 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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, | ||
|
@@ -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', | ||
|