Testing building/installing on clean systems needed. Eg.
python setup.py sdist, bdist, bdist_egg, devel, install
rm -rf dist && python setup.py sdist && cd dist && tar zxf
*.tar.gz && cd transifex-0.3 && python setup.py install
-d
--
Dimitris Glezos
Jabber ID: gle...@jabber.org, GPG: 0xA5A04C3B
http://dimitris.glezos.com/
"He who gives up functionality for ease of use
loses both and deserves neither." (Anonymous)
--
Cool!
I have some questions though!
* Is there some problem with extra_requires?
* I think that the version attribute in setup.py should be `dev` or
something all the time. We should change dev with version numbers only
in the version release commit.
* There is some trailing whitespace in the patch: sed -i 's/[
\t]*$//' f-pypi-packaging.patch
Broken! Lets write it again:
It adds complexity and I haven't seen any other projects use it
constructively. Open to any patches which add support for it in a
user-friendly way (eg. check if syntax highlighting was enabled in the
cfg file and then prompt the user to install `python-pygments`, etc).
> * I think that the version attribute in setup.py should be `dev` or
> something all the time. We should change dev with version numbers only
> in the version release commit.
Fixed and ReleaseNotes updated.
> * There is some trailing whitespace in the patch: sed -i 's/[
> \t]*$//' f-pypi-packaging.patch
I think it's fixed now.