Switch to new CI/CD configuration
We need to adapt this package to the new CI/CD and package format using citools:
-
Modify pyproject.toml
,- Add information from
setup.py
,
- Add information from
-
Empty setup.py
,- Leave the call to
setup()
for compatibility,
- Leave the call to
-
Modify conda/meta.yaml
,-
Remove test and documentation commands, -
Import names from pyproject.toml
,
-
-
Modify .gitlab-ci.yml
,- Use the nicer format instead of the URL,
-
Add the project path to PATH in doc/conf.py
, -
Remove version.txt
and put the version inpyproject.toml
.
You can look at bob.learn.em!68 (merged) for an example of a ported package.
Note: This one might require special care compared to other ported packages as it is not a simple package