Skip to content

Commit c817325

Browse files
committed
Fix typo, remove obsolete config option for wheels.
1 parent 3573faf commit c817325

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Changelog = "https://github.com/apache/libcloud/blob/trunk/CHANGES.rst"
7474

7575
[project.optional-dependencies]
7676
build = [
77-
"build==1.2.1"
77+
"build==1.2.2"
7878
]
7979
publish = [
8080
"twine==5.1.1"
@@ -128,7 +128,6 @@ version = {attr = "libcloud.__version__"}
128128
readme = {file = ["README.rst"], content-type = "text/x-rst"}
129129

130130
[tool.distutils.bdist_wheel]
131-
universal = true
132131

133132

134133
[tool.black]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
# Project utilized pyproject.toml for setup and packaging metadata, this file is only left in place
16+
# Project utilizes pyproject.toml for setup and packaging metadata, this file is only left in place
1717
# so we can still utilize setup.py --version
1818

1919
from setuptools import setup

0 commit comments

Comments
 (0)