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
Originally reported by: mordred (Bitbucket: mordred, GitHub: mordred)
Installing setuptools 5.0.1 into a fresh virtualenv leaves one without setuptools/script (dev).tmpl, leading to errors such as:
error: [Errno 2] No such file or directory: '/home/mordred/src/openstack/python-swiftclient/.tox/py27/local/lib/python2.7/site-packages/setuptools/script (dev).tmpl'
The rename of the script template files to be .tmpl put them
into the realm of package data, rather than python files that
would be bundled automatically. Include them specifically in
package data so that they'll actually be installed.
Original comment byjaraco (Bitbucket: jaraco, GitHub: jaraco):
In 4cc424f7fffe and 1a50ddc05a8e, I started work to extract the functionality for testing, but I realize now that testing that functionality means testing the released code (sdist or installed sdist), and not just the in-place code, so I'm going to punt for now on adding tests.
Originally reported by: mordred (Bitbucket: mordred, GitHub: mordred)
Installing setuptools 5.0.1 into a fresh virtualenv leaves one without setuptools/script (dev).tmpl, leading to errors such as:
error: [Errno 2] No such file or directory: '/home/mordred/src/openstack/python-swiftclient/.tox/py27/local/lib/python2.7/site-packages/setuptools/script (dev).tmpl'
The text was updated successfully, but these errors were encountered: