# Pastebin 5oZjaEWc graingert@conscientious  testing312  ~/projects/demo-setup  cat setup.py from setuptools import setup setup(requires=['project']) graingert@conscientious  testing312  ~/projects/demo-setup  python -c 'import setuptools; print(setuptools.__version__)' 69.0.3 graingert@conscientious  testing312  ~/projects/demo-setup  python -W error setup.py sdist running sdist running egg_info writing UNKNOWN.egg-info/PKG-INFO writing dependency_links to UNKNOWN.egg-info/dependency_links.txt writing top-level names to UNKNOWN.egg-info/top_level.txt reading manifest file 'UNKNOWN.egg-info/SOURCES.txt' writing manifest file 'UNKNOWN.egg-info/SOURCES.txt' warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md running check warning: check: missing required meta-data: name creating UNKNOWN-0.0.0 creating UNKNOWN-0.0.0/UNKNOWN.egg-info copying files to UNKNOWN-0.0.0... copying setup.py -> UNKNOWN-0.0.0 copying UNKNOWN.egg-info/PKG-INFO -> UNKNOWN-0.0.0/UNKNOWN.egg-info copying UNKNOWN.egg-info/SOURCES.txt -> UNKNOWN-0.0.0/UNKNOWN.egg-info copying UNKNOWN.egg-info/dependency_links.txt -> UNKNOWN-0.0.0/UNKNOWN.egg-info copying UNKNOWN.egg-info/top_level.txt -> UNKNOWN-0.0.0/UNKNOWN.egg-info copying UNKNOWN.egg-info/SOURCES.txt -> UNKNOWN-0.0.0/UNKNOWN.egg-info Writing UNKNOWN-0.0.0/setup.cfg Creating tar archive removing 'UNKNOWN-0.0.0' (and everything under it)