Skip to content

Commit

Permalink
Merge pull request #752 from dimpase/master
Browse files Browse the repository at this point in the history
use tomli instead of toml
  • Loading branch information
msoos committed Apr 17, 2024
2 parents 14ebd47 + 0933307 commit f32a924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "wheel", "toml", "pathlib"]
requires = ["setuptools>=42", "wheel", "tomli", "pathlib"]
build-backend = "setuptools.build_meta"

[project]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
import os
from setuptools import Extension, setup
import sysconfig
import toml
import tomli as toml
import pathlib
from sys import platform

Expand Down

0 comments on commit f32a924

Please sign in to comment.