From 52d12a4fa124daa1595529e3e7008276a7986d95 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 13 Jun 2022 11:06:49 +0200 Subject: unfinished partial work --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 558e461..26efb4d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,7 +4,9 @@ # # Available under the terms of Creative Commons Zero v1.0 Universal. -include src/hydrilla/server/locales/*/LC_MESSAGES/hydrilla-messages.po +include src/hydrilla/py.typed +include src/hydrilla/schemas/*/*.schema.json* +include src/hydrilla/locales/*/LC_MESSAGES/messages.po include tests/source-package-example/* include tests/source-package-example/LICENSES/* include tests/source-package-example/.reuse/* -- cgit v1.2.3 selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/ui.scm
AgeCommit message (Expand)Author
2020-03-25tests: Adjust to 'show-manifest-transaction' changes....Ludovic Courtès
2020-02-23ui: (size->number "1.M") is correctly parsed....Ludovic Courtès
2019-09-19ui: 'relevance' connects regexps with a logical and....zimoun
2019-06-27ui: 'relevance' considers regexps connected with a logical and....Ludovic Courtès
2017-05-10ui: 'string->duration' correctly handles hours....Ludovic Courtès
2017-03-08ui: Don't use '%default-port-encoding' to set the encoding of string ports....Ludovic Courtès
2016-06-09ui: 'string->duration' supports hours and seconds....Ludovic Courtès
2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin
2016-03-02utils: Use '@' for separating package names and version numbers....Mathieu Lirzin