ida-arbeitszeit / arbeitszeitapp

A webapp for labour-time calculation.
https://arbeitszeitapp.readthedocs.io
GNU Affero General Public License v3.0
36 stars 4 forks source link

Refine packaging instructions to include only essential arbeitszeitapp packages #1010

Closed seppeljordan closed 5 months ago

seppeljordan commented 5 months ago

Previously, our packaging instructions in pyproject.toml would indiscriminately bundle all Python source files. With this commit, we've refined our approach to selectively incorporate only pertinent packages. Specifically, we now include arbeitszeit_flask, arbeitszeit_web, and arbeitszeit, ensuring a more precise packaging process.