aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
AgeCommit message (Collapse)Author
2022-04-25don't require setuptools newer than in Devuan stableWojtek Kosior
2022-04-25use pyproject.toml for pytest configuration and move all tests to tests/ ↵Wojtek Kosior
directory this commit also fixes inclusion of sample source package's REUSE data in source dist (needed for automated tests)
2022-02-24also specify babel dependencyWojtek Kosior
2022-02-18make "uuid" an optional propertyWojtek Kosior
2022-02-09rework Hydrilla to use a separate tool for building its source packagesWojtek Kosior
* Hydrilla now depends on "Hydrilla builder" developed at: https://git.koszko.org/hydrilla-builder/ * Hydrilla repository is now REUSE-compliant * The debian packaging is temporarily not tested and likely to be broken * JSON schemas are now in use (through 'jsonschema' Python library) * This is not yet a release and some minor changes to the API on-fisk format are going to occur before that