Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setuptools.convert_path removed #3

Open
steffen-fissler opened this issue May 29, 2024 · 0 comments
Open

setuptools.convert_path removed #3

steffen-fissler opened this issue May 29, 2024 · 0 comments

Comments

@steffen-fissler
Copy link

Hi,

in setuptools v70.0.0 the method convert_path has been removed.
This package uses convert_path here. Maybe you could change

from setuptools import setup, find_packages, convert_path

to

from setuptools import setup, find_packages
from distutils.util import convert_path

?

Thanks
Steffen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant