Closed mwtoews closed 2 years ago
Refer to setuptools' declarative configuration page for moving the static metadata into setup.cfg.
setup.cfg
To build:
$ pip install --upgrade build ... $ python -m build ... Successfully built memory_profiler-0.59.0.tar.gz and memory_profiler-0.59.0-py3-none-any.whl
both .tar.gz and .whl files should be uploaded to PyPI.
A few other notes:
setup.py
MANIFEST.in
looks good to me, thanks!
Refer to setuptools' declarative configuration page for moving the static metadata into
setup.cfg
.To build:
both .tar.gz and .whl files should be uploaded to PyPI.
A few other notes:
setup.py
is a simple wrapper, which some folks expect to see; it may go away somedayMANIFEST.in
was outdated, and files were included anyways