Prep BCF for pypi upload.

* Refactored the BCF dir into a "src-layout" which I am more comfortable with. We can likely change this back if it is not compatible with other development

* I added a few setup files for the bcf package (setup.cfg, pyproject.toml and a MANIFEST.in file)

* Added two __init__.py files in the v2 and v3 subfolders for them to be picked up during package compilation
This commit is contained in:
krande
2021-08-25 08:41:08 +02:00
committed by Thomas Krijnen
parent 9c81418492
commit d4ace423a3
24 changed files with 53 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
include src/bcf/v2/xsd/*.xsd
include src/bcf/v3/xsd/*.xsd