Skip to content

Remove mention of deprecated setuptools features#181

Merged
pfmoore merged 2 commits into
pypa:mainfrom
pfmoore:remove_deprecated_features
Dec 1, 2022
Merged

Remove mention of deprecated setuptools features#181
pfmoore merged 2 commits into
pypa:mainfrom
pfmoore:remove_deprecated_features

Conversation

@pfmoore
Copy link
Copy Markdown
Member

@pfmoore pfmoore commented Dec 1, 2022

Removes mention of

  • data_files (package data is recommended)
  • scripts (entry points are recommended)
  • setup.py check (direct invocation of setup.py is deprecated)

Copy link
Copy Markdown
Member

@di di left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread tox.ini Outdated
Comment on lines 36 to 38
# This repository uses a Markdown long_description, so the -r flag to
# `setup.py check` is not needed. If your project contains a README.rst,
# use `python setup.py check -m -r -s` instead.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this comment needs to be removed too?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, fixed.

@pfmoore pfmoore merged commit db5806e into pypa:main Dec 1, 2022
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

Successfully merging this pull request may close these issues.

2 participants