Skip to content

Commit 10b4034

Browse files
authored
sanfilip windows curses fix (#380)
* use windows-curses on windows * fix readme inaccuracy * fix missing comma; add clean to Makefile
1 parent 7497460 commit 10b4034

File tree

5 files changed

+407
-373
lines changed

5 files changed

+407
-373
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ pip-install-dev: pip-update
1818
build:
1919
python setup.py sdist bdist_wheel
2020

21+
clean:
22+
rm -rf build dist
23+
2124
prepare-docs-source:
2225
@sphinx-apidoc -f -o source gradient
2326
@cp source/cli_docs/gradient.cli.rst source/gradient.cli.rst

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ sphinx = "*"
2626
recommonmark = "*"
2727
sphinx-click = "*"
2828
gql = {extras = ["requests"], version = "==3.0.0a6"}
29+
windows-curses = {version = ">=2.3.0", markers = "platform_system=='Windows'"}
2930

3031
[dev-packages]
3132
twine = "*"

0 commit comments

Comments
 (0)