mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
IfcOpenShell-python licensing and black. See #1082.
This commit is contained in:
@@ -7,6 +7,11 @@ qa:
|
||||
black .
|
||||
pylint ./* --output-format=colorized --disable all --enable E
|
||||
|
||||
.PHONY: license
|
||||
license:
|
||||
#copyright-header --license LGPL3 --copyright-holder "Thomas Krijnen <thomas@aecgeeks.com>" --copyright-year "2021" --copyright-software "IfcOpenShell" --copyright-software-description "IFC toolkit and geometry engine" -a ./ -o ./
|
||||
copyright-header --license LGPL3 --copyright-holder "Dion Moult <dion@thinkmoult.com>" --copyright-year "2021" --copyright-software "IfcOpenShell" --copyright-software-description "IFC toolkit and geometry engine" -a ./ -o ./
|
||||
|
||||
.PHONY: coverage
|
||||
coverage:
|
||||
coverage run --source ifcopenshell -m pytest -p no:pytest-blender test
|
||||
|
||||
Reference in New Issue
Block a user