Skip to content

Commit

Permalink
maint: Try to make pyproject install -e work on py36 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jul 1, 2023
1 parent 9944916 commit c20477a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ 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: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
[bdist_wheel]
universal=1

0 comments on commit c20477a

Please sign in to comment.