forked from Lainports/freebsd-ports
Library to easily read single chars and key strokes. The idea is to have a portable way to read single characters and key-strokes. WWW: https://github.com/magmax/python-readchar
13 lines
224 B
Python
13 lines
224 B
Python
--- setup.py.orig 2020-11-18 17:14:13 UTC
|
|
+++ setup.py
|
|
@@ -75,7 +75,7 @@ setup(
|
|
],
|
|
install_requires=[
|
|
],
|
|
- setup_requires=[
|
|
- 'flake8',
|
|
- ],
|
|
+ #setup_requires=[
|
|
+ # 'flake8',
|
|
+ #],
|
|
)
|