Minimal package layout for publishing both opensysml and sysml.
packages/opensysml: primary Python distribution and import packagepackages/sysml: compatibility distribution that depends onopensysmlrecipe/meta.yaml: conda-forge multi-output recipe for both package names
python -m build .\packages\opensysml
python -m build .\packages\sysmlThe recipe/meta.yaml file is structured as a multi-output recipe so a
conda-forge feedstock can publish both opensysml and sysml from the same
repository.