-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from gismart/fix_exporter_partitioning
fix partitioning in exporter, update locopy
- Loading branch information
Showing
8 changed files
with
51 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Add `--upgrade` option to update existing package to a new version | |
Specify package link in your `requirements.txt`: | ||
|
||
```txt | ||
git+https://github.com/gismart/[email protected].0#egg=bi-utils-gismart | ||
git+https://github.com/gismart/[email protected].1#egg=bi-utils-gismart | ||
``` | ||
|
||
### Usage | ||
|
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
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 |
---|---|---|
|
@@ -9,15 +9,15 @@ | |
|
||
setuptools.setup( | ||
name="bi-utils-gismart", | ||
version="0.17.0", | ||
version="0.17.1", | ||
author="gismart", | ||
author_email="[email protected]", | ||
description="Utils for BI team", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/gismart/bi-utils", | ||
packages=setuptools.find_packages(), | ||
python_requires=">=3.8", | ||
python_requires=">=3.9", | ||
install_requires=install_requires, | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
|
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