Skip to content

Commit

Permalink
bugfix for older windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Mar 1, 2020
1 parent ab45472 commit 0b665ab
Show file tree
Hide file tree
Showing 5 changed files with 841 additions and 344 deletions.
125 changes: 110 additions & 15 deletions pycurious/Examples/Notebooks/Bouligand/Ex1-Plot-power-spectrum.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.6.9"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import io

## in development set version to none and ...
PYPI_VERSION = "1.1"
PYPI_VERSION = "1.1.1"

# Return the git revision as a string (from numpy)
def git_version():
Expand Down Expand Up @@ -50,7 +50,7 @@ def _minimal_ext_cmd(cmd):
PYPI_VERSION = git_version()

this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, "README.md")) as f:
with open(path.join(this_directory, "README.md"), encoding='utf-8') as f:
long_description = f.read()


Expand Down
Loading

0 comments on commit 0b665ab

Please sign in to comment.