conda-incubator / conda-project

Tool for encapsulating, running, and reproducing projects with Conda environments
https://conda-incubator.github.io/conda-project/
BSD 3-Clause "New" or "Revised" License
28 stars 11 forks source link

Extra metadata keys #84

Open AlbertDeFusco opened 1 year ago

AlbertDeFusco commented 1 year ago

The conda-project.yml spec reads a few keys, but will ignore (without a warning) anything it doesn't require.

@jlstevens , Is there any other metadata we would want to promote in the docs or provide special handling for in conda-project?

jlstevens commented 1 year ago

I think we discussed having a metadata key under which people should be encouraged to add metadata.

The policy of ignoring without warning means no one has to use it, but I think it would be good to encourage people to put any arbitrary additional metadata in one place, even if it is just a convention.