Skip to content

Commit

Permalink
Remove universal wheel creation from setup.cfg files (#3763)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Jul 24, 2022
1 parent 9131388 commit 886cb60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions package/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#keep_cythonized=True
## any additional compiler flags for core C routines, excluding ENCORE
#extra_cflags =
[wheel]
universal = 1

[build_sphinx]
all-files = 1
Expand Down
3 changes: 0 additions & 3 deletions testsuite/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[wheel]
universal = 1

# "encountered in " Runtimewarnings come from numpy for unit cell conversions.
# They should be activated again once we fixed the occurrence in the code.
[tool:pytest]
Expand Down

0 comments on commit 886cb60

Please sign in to comment.