remove 'provides' line from setup.py#2275
Conversation
|
@boegel I've been doing some tests to find out why that happens. Turns out that I think there was a misuse of On a related note, why not use Also, I think this issue[?] lies purely in |
|
@damianam So, what should be in the list? Just Also, what's the value of having the The 3.3.1 release was done without this line, see https://pypi.python.org/pypi/easybuild-framework/3.3.1 |
|
@boegel as per https://docs.python.org/3/distutils/setupscript.html#relationships-between-distributions-and-packages:
So it looks to me like we should simply include |
|
@damianam I'm OK with specifying something else rather than removing it, but I'm not sure Since the added value of using |
|
I'd remove it in the |
|
So, only use Separate EasyBuild packages are uploaded to PyPI for each repository, see e.g. https://pypi.python.org/pypi/easybuild-framework, etc. So, this PR is good to go then? |
|
Yes, good to go. Finally, eh? ;-) |
|
|
|
Hah, ok, thanks for clarifying @JensTimmerman! |
I had to remove the
providesline fromsetup.pyin order to be able to release EasyBuild v3.3.1 with a recent version ofsetuptools, to work around this problem:As far as I can tell, no information is lost by dropping this line.