Mit folgender Paketstruktur . ├── my_package │ └── __init__.py ├── setup.cfg └── setup.py Inhalt von setup.py from setuptools import setup setup() Inhalt von setup.cfg [metadata] name = my_package version = 0.1 [options] packages = find: Ich kann für Rad oder eine Quelldistribution bauen my_packagewie diese pip wheel --no-deps -w dist …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.