update poetry2setup for modern poetry
All checks were successful
build

This commit is contained in:
Joe Kaufeld 2023-03-23 00:21:57 -04:00
parent e23ab397a6
commit 53499b0cbf

View File

@ -1,6 +1,5 @@
from __future__ import print_function from pathlib import Path
from poetry.core.utils._compat import Path
from poetry.core.factory import Factory from poetry.core.factory import Factory
from poetry.core.masonry.builders.sdist import SdistBuilder from poetry.core.masonry.builders.sdist import SdistBuilder