Skip to content

setuptools deprecated #647

@davidwagner

Description

@davidwagner

We currently use setuptools. setuptools seems to be deprecated, or many aspects or deprecated. When running make install, I get the following warnings (trimmed):

datascience/setup.py:3: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!
        Please remove any references to `setuptools.command.test` in all supported versions of the affected package.

DevelopDeprecationWarning: develop command is deprecated.
!!
        Please avoid running ``setup.py`` and ``develop``.
        Instead, use standards-based tools like pip or uv.

        By 2025-Oct-31, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://github.com/pypa/setuptools/issues/917 for details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions