Re: [Distutils] PyPi upload fails with TypeError

2016-06-01 Thread Luí­s de Sousa via Distutils-SIG
Hi again Ian, Installing setuptools for python 3 dealt away with that error but the upload is still failing. I am not sure this is related to twine or not, but I'll leave here the log in any case, someone might suggest something. Thank you, Luís $ python3 setup.py sdist running sdist running

Re: [Distutils] PyPi upload fails with TypeError

2016-06-01 Thread Ian Cordasco
There's a warning in your output. Is there anything in dist/ ? On Jun 1, 2016 10:09 AM, "Luí­s de Sousa" wrote: > Hi again Ian, > > Installing setuptools for python 3 dealt away with that error but the > upload is still failing. I am not sure this is related to twine or not, but > I'll leave here

Re: [Distutils] PyPi upload fails with TypeError

2016-06-01 Thread Chris Jerdonek
On Wed, Jun 1, 2016 at 10:10 AM, Luí­s de Sousa wrote: > $ twine upload dist/hex-utils-0.2.sdist > Uploading distributions to https://pypi.python.org/pypi > ValueError: Cannot find file (or expand pattern): 'dist/hex-utils-0.2.sdist' > > $ ls -la dist > total 12 > drwxrwxrwx 1 root root 176 Jun