Skip to content

Commit

Permalink
Merge tool config options from setup.cfg to pyproject.toml and remove
Browse files Browse the repository at this point in the history
now unused setup.cfg file.
  • Loading branch information
Kami committed Aug 6, 2023
1 parent 9518885 commit 90fe3b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ exclude-package-data = { "*" = ["secrets.py"], "libcloud.test" = ["secrets.py"]
version = {attr = "libcloud.__version__"}
readme = {file = ["README.rst"], content-type = "text/x-rst"}

[tool.distutils.bdist_wheel]
universal = true


[tool.black]
line_length = 100
Expand Down
19 changes: 0 additions & 19 deletions setup.cfg

This file was deleted.

0 comments on commit 90fe3b4

Please sign in to comment.