Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Critical: pysox not working due to breaking change from setuptools #169

@JackismyShephard

Description

@JackismyShephard

Pysox is currently broken due to a breaking change from setuptools as described here: pypa/setuptools#4870

setuptools.errors.InvalidConfigError: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name        
      'description_file' instead.

The fix is easy enough. As the error suggests just change description-file to description_file in your setup.cfg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions