si_units.toml: remove a test project file from project-files list (#133)

The project file is used for testing and is not supposed to be withed by users.

This way si_units is compatible with https://github.com/alire-project/alire/pull/458.
This commit is contained in:
Fabien Chouteau
2020-07-13 18:01:58 +02:00
committed by GitHub
parent e177446fa7
commit 53c1a88453
+1 -1
View File
@@ -4,7 +4,7 @@ licenses = ["WTFPL"]
maintainers = ["vinzent@heisenbug.eu"]
maintainers-logins = ["Jellix"]
project-files = ["si_units_lib.gpr", "si_units.gpr"]
project-files = ["si_units_lib.gpr"]
tags=["utilities", "formatting"]