-
Notifications
You must be signed in to change notification settings - Fork 13
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
Radar
committed
Jun 4, 2019
1 parent
d9858bf
commit 9e8d1d9
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -15,12 +15,12 @@ | |
|
||
setup( | ||
name='pysuez', | ||
version='0.1.7', | ||
version='0.1.8', | ||
description='Get your water consumption data from your Suez account (www.toutsurmoneau.fr)', | ||
long_description=long_description, | ||
author='Farid N27', | ||
author_email='[email protected]', | ||
url='https://github.com/ooii/pySuez/releases/tag/0.1.7', | ||
url='https://github.com/ooii/pySuez/releases/tag/0.1.8', | ||
package_data={'': ['LICENSE']}, | ||
include_package_data=True, | ||
packages=find_packages(), | ||
|