Skip to content

Commit

Permalink
fix: restore setup.cfg as workaround for editable install in py36
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jul 1, 2023
1 parent 64c7f40 commit 0cdbb9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ version = { attr = "pqdict.__version__" }
[tool.setuptools.package-data]
pqdict = ['py.typed']

[tool.distutils.bdist_wheel]
universal = true

[tool.isort]
profile = "black"
skip_gitignore = true
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

0 comments on commit 0cdbb9b

Please sign in to comment.