Fix accidental setup.py changes

This commit is contained in:
Charlie Marsh 2023-02-05 17:18:11 -05:00
parent f40b974206
commit ecc9f5de99

View file

@ -13,14 +13,9 @@ Please use `python -m pip install .` instead.
)
sys.exit(1)
"abc".isidentifier()
# The below code will never execute, however GitHub is particularly
# picky about where it finds Python packaging metadata.
# See: https://github.com/github/feedback/discussions/6456
#
# To be removed once GitHub catches up.
setup(name="ruff", install_requires=[])
if True: a = 1; \
b = 2