We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516b51a commit 2c6953dCopy full SHA for 2c6953d
setup.cfg
@@ -1,3 +1,10 @@
1
[metadata]
2
long_description = file: README.md
3
-long_description_content_type = text/markdown
+long_description_content_type = text/markdown
4
+
5
+[flake8]
6
+exclude =
7
+ .git,
8
+ .asv,
9
+ __pycache__,
10
+max-line-length = 100
setup.py
@@ -44,7 +44,7 @@
44
'geopandas',
45
'shapely',
46
'spatialpandas',
47
- # Optional for gpu_rtx functions.
+ # Optional for gpu_rtx functions. Also requires cupy.
48
"rtxpy",
49
],
50
}
0 commit comments