Skip to content

Commit

Permalink
resolve python future compatibility warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayan Biswas committed Jul 7, 2023
1 parent 15b9d98 commit ffccf4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[build]
build-temp = _build/temp
build-lib = _build/lib
build_temp = _build/temp
build_lib = _build/lib

[build_ext]
parallel = 0
build-type = Release
build_type = Release

[install_lib]
build-dir = _build/lib
build_dir = _build/lib

[bdist_wheel]
bdist-dir = _build/bdist

0 comments on commit ffccf4c

Please sign in to comment.