You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[metadata]
name="carme-hp-diffusion2d"
version="0.0.1"
author="Carme Homs-Pons"
url="https://github.com/carme-hp/diffusion2D?organization=carme-hp&organization=carme-hp"
description="A introduction to packaging using a diffusion2d example"
I can make it work by moving name="carme-hp-diffusion2d" to setup.py or just by removing the name tag, in which case the default name tag UNKNOWN is used.
The text was updated successfully, but these errors were encountered:
If I run
python setup.py sdist
I get
error: Invalid distribution name or version syntax
My folder structure is the following:
In
setup.py
I have:And in
setup.cfg
I have:I can make it work by moving
name="carme-hp-diffusion2d"
tosetup.py
or just by removing the name tag, in which case the default name tag UNKNOWN is used.The text was updated successfully, but these errors were encountered: