Skip to content

Commit 759e17a

Browse files
committed
Add email to setup.py
1 parent fb9a5fb commit 759e17a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ def read(fname):
66

77
setup(name='windpowerlib',
88
version='0.1.0',
9-
description='Creating time series from wind power plants.',
9+
description='Creating time series of wind power plants.',
1010
url='http://github.com/wind-python/windpowerlib',
1111
author='oemof developing group',
12-
author_email='mail',
12+
author_email='windpowerlib@rl-institut.de',
1313
license=None,
1414
packages=['windpowerlib'],
1515
package_data={

0 commit comments

Comments
 (0)