This is essentially a cherry-pick of a previous commit of issue #345. As I
am not going to merge that, I am including its message here:
This may (or may not) be a cosmetic thing, but, otherwise, the generate
`PKG-INFO` file gets the platform listed as unknown, and I clearly don't
want it to be that way.
This closes#345.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
I'm not really sure if we should declare compatibility with Python 3.2.
While we also test for pypy (via Travis CI), I am not really sure how to
specify that in the file (I still have to do some reading).
Also, I don't really expect any problems with the use of Python 3.5, but
since it is not (yet) tested with travis, I'm not yet putting it explicitly
here.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
This is still not really satisfactory, as it seems that we have a limitation
in the number of authors (or it seems that we should use an ad-hoc format)
for specifying who the authors are, according to various sources, including:
https://docs.python.org/2/distutils/setupscript.html#additional-meta-data
For that reason, I refrained from telling that I am an (the?) author of this
program, as John should be equally credited here, if not more. I only
listed myself as the maintainer of the program.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>