Simplify packaging, add create project smoke test. New license target.

This commit is contained in:
Dion Moult
2021-09-03 14:11:15 +10:00
parent 81b0442abe
commit b71684955d
25 changed files with 400 additions and 205 deletions
+1 -1
View File
@@ -1092,7 +1092,7 @@ class BcfHandler(logging.StreamHandler):
bcf_handler = BcfHandler(
project_name="Default IDS Project",
author="your@email.com",
filepath=r".\example.bcfzip",
filepath="example.bcf",
)
logger = logging.getLogger("IDS_Logger")
logging.basicConfig(level=logging.INFO, format="%(message)s")