I am trying to upload a project to pypi, I have followed every step in this youtube video: https://www.youtube.com/watch?v=GIF3LaRqgXo till 25:00 but I dont seem to be able to twine upload dist/*
because every time I try it, it gives me this back
(the real module name I replaced with '[modulename]' in this question)
400 Wheel '[modulename]-0.0.1-py3-none-any.whl' does not contain the required METADATA file: [modulename]-0.0.1.dist-info/METADATA
I have looked online but couldn't find a solution anywhere. When looking online it refers me to pip has problems with metadata but it is not what I need as I want to upload my project to Pypi, not pip install a project from it.
So my question would be: How do I auto-generate a METADATA file? Did I do something wrong in any of the previous steps?