id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
10669	pip install TracAccountManager fails on 0.4 release	ejucovy	hasienda	First of all, thanks and congratulations on the release!\r\n\r\nWhen installing the new `TracAccountManager` 0.4 from `PyPI` with pip, installation fails:\r\n\r\n{{{\r\n$ pip install TracAccountManager\r\n[..]\r\nIOError: [Errno 2] No such file or directory: 'build/TracAccountManager/setup.py'\r\n}}}\r\n\r\nInstallation '''does''' work successfully with `easy_install TracAccountManager` however.\r\n\r\nWhen I unpack the tarball from PyPI manually, I see that the files get unpacked into a directory `acct_mgr-0.4/`.  It looks like pip doesn't know to look in this directory for `setup.py`.\r\n\r\nHow was the tarball created and uploaded to PyPI?  (The standard method is running `python setup.py sdist upload` from the directory that contains the `setup.py` file.)  When I run `python setup.py sdist` from a checkout of accountmanagerplugin, the generated tarball does not put its files in an `acct_mgr-0.4` directory -- so I wonder if the tarball for the release was generated in a different way?	defect	closed	normal	AccountManagerPlugin	normal	fixed	distribute PyPi	rjollos	
