The assets folder (assets) is too big and unstructured - most files are images (PNG) which could be moved to an images subfolder, while the rest can remain in their existing subfolders. The new CRF metadata CSV can go into a crf subfolder. CRF metadata CSV to go into ARC.
Package data inclusion in the TOML is too broad - currently, the release files contain every non-Python file in the repository, including cloud deployment files such as replit.nix, the hidden Git ignore file, the .coveragerc file which should always be local, and also all test files. Packages (source distributions as ZIP or tarballs, or wheels if wheels were ever to be distributed) should only include real package assets.
The assets folder (
assets) is too big and unstructured - most files are images (PNG) which could be moved to animagessubfolder, while the rest can remain in their existing subfolders.The new CRF metadata CSV can go into aCRF metadata CSV to go into ARC.crfsubfolder.Package data inclusion in the TOML is too broad - currently, the release files contain every non-Python file in the repository, including cloud deployment files such as
replit.nix, the hidden Git ignore file, the.coveragercfile which should always be local, and also all test files. Packages (source distributions as ZIP or tarballs, or wheels if wheels were ever to be distributed) should only include real package assets.