Commit graph

14 commits

Author SHA1 Message Date
Rogério Brito
57500bbdaa setup.py: Prepare for release 0.0.3. 2015-05-06 19:24:33 -03:00
Rogério Brito
76c1ca0c2c setup.py: Release version 0.0.2. 2015-05-03 20:00:30 -03:00
Rogério Brito
82f2b54a8c setup.py: Bump version to 0.0.1.
I forgot to include this commit in our previous tag. :( So much for using
`fab` blindly. :(

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2015-05-03 00:20:30 -03:00
Rogério Brito
e9bb7abf91 setup.py: Read rst files instead of md files. 2015-05-03 00:05:11 -03:00
Rogério Brito
8dcb76e2a0 setup.py: Fix missing comma (PyPI rejected the submission). 2015-04-30 11:06:43 -03:00
Rogério Brito
f6271cb841 test: test_utils: Fix comparison against False. 2015-04-30 10:52:25 -03:00
Rogério Brito
0c275f335b setup: Specify the platform (to be platform agnostic).
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>
2015-04-30 08:23:45 -03:00
Rogério Brito
194721a0ec setup: Add some real keywords. 2015-04-26 13:41:21 -03:00
Rogério Brito
b9e41c1004 setup: Add pypy to supported implementations.
Just copied classifiers for CPython and PyPy from:

   https://pypi.python.org/pypi?%3Aaction=list_classifiers

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2015-04-23 00:21:51 -03:00
Rogério Brito
90dcfb7da0 setup: Be more specific about Python versions supported.
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>
2015-04-23 00:16:36 -03:00
Rogério Brito
1862f1b372 setup: Specify what Python versions we support.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2015-04-23 00:14:16 -03:00
Rogério Brito
f97014668b setup.py: Declare encoding for the python interpreter. 2015-04-19 01:59:13 -03:00
Rogério Brito
28ae8aca77 setup.py: Fill in some data.
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>
2015-04-19 01:55:16 -03:00
meejah
6bf7a734a3 first-cut setup.py
needs filling in of author information, trove classifiers,
and probably needs a MANIFEST.in or similar, too?
2015-04-16 10:29:56 -06:00