Skip to content

setuptools.convert_path removed #3

@steffen-fissler

Description

@steffen-fissler

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions