-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fix typo for twine build packaging; 🔖 prepare release 1.0.2
- Loading branch information
1 parent
cfbd23b
commit 4cbc882
Showing
4 changed files
with
13 additions
and
6 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
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
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 |
---|---|---|
|
@@ -64,7 +64,7 @@ | |
'pandas>=1.1', | ||
'geopandas>=0.8.2', | ||
'plotly==5.5.0', | ||
'lccs @ git+https://github.com/brazil-data-cube/[email protected]', | ||
'lccs==0.8.3', | ||
] | ||
|
||
packages = find_packages() | ||
|
@@ -79,10 +79,11 @@ | |
version=version, | ||
description=__doc__, | ||
long_description=readme + '\n\n' + history, | ||
long_description_content_type='text/x-rst', | ||
keywords=['Land Use Land Cover', 'GIS', 'Web Services', 'OGC WFS', 'OGC WCS', 'Web Time Series Service'], | ||
license='GPLv3', | ||
author='Brazil Data Cube Team', | ||
author_email='brazildatacube@inpe.br', | ||
author_email='data.support@inpe.br', | ||
url='https://github.com/brazil-data-cube/wlts.py', | ||
packages=packages, | ||
zip_safe=False, | ||
|
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 |
---|---|---|
|
@@ -23,4 +23,4 @@ | |
""" | ||
|
||
|
||
__version__ = '1.0.1' | ||
__version__ = '1.0.2' |