Thijsvanede / DeepCASE

Original implementation and resources of DeepCASE as in the S&P '22 paper
MIT License
90 stars 26 forks source link

Project packaging - where to store metadata? #3

Closed noah-de closed 2 years ago

noah-de commented 2 years ago

After reading the revised instructions on packaging, we might want to consider updating our approach for where we store metadata: looks like pyproject.toml might be the new place to put it.

See PEP 517 and PEP 518 for background and details.

https://peps.python.org/pep-0621/

noah-de commented 2 years ago

Not too bad. I just updated my sample python module: https://github.com/Feralo/vanilla_pkg and was able to publish it: https://pypi.org/project/vanilla-pkg/

Thijsvanede commented 2 years ago

Awesome, thanks. Yes, I will have a look at it next week, it should not be too much work.

noah-de commented 2 years ago

This may be a non issue