Cosimo Lupo
7c0ed18c6a
Bump minimum required fonttools to 3.18.0
...
we need that for the bugfix in ReverseContourPen
https://github.com/googlei18n/cu2qu/issues/51
also bump ufoLib to >= 2.1.1, just because.
2017-10-30 18:54:00 +00:00
Cosimo Lupo
a9f5d463ae
Bump version: 1.2.0 → 1.2.1.dev0
2017-05-24 19:16:46 +01:00
Cosimo Lupo
611512bd60
Release 1.2.0
2017-05-24 19:16:16 +01:00
Cosimo Lupo
815afa1a5a
Bump version: 1.1.2.dev0 → 1.2.0.dev0
2017-05-24 19:14:23 +01:00
Cosimo Lupo
6972d13bc4
Add bump_version and release commands to setup.py
2017-05-24 19:14:12 +01:00
Cosimo Lupo
638d503615
Update ufoLib from 2.0.0 to 2.1.0
...
this includes defcon's ReverseContourPointPen
https://github.com/unified-font-object/ufoLib/releases/tag/v2.1.0
2017-05-24 18:46:00 +01:00
Cosimo Lupo
9dbda1efa3
[setup.py] fix license classifier
...
This has been incorrect since the first PyPI release.
It was probably some copy/paste mistake...
git blame says it was me -- sorry! :(
Thanks @athos-ribeiro for spotting it! (#71 )
2017-03-20 14:50:00 +00:00
Cosimo Lupo
ee708d097d
Bump version: 1.1.1 -> 1.1.2.dev0 (for real!)
...
Sorry for all this "bumping" :)
2016-12-16 23:46:25 +00:00
Cosimo Lupo
2290612c50
manually fix up version string after my release script screwed it :(
2016-12-16 23:42:43 +00:00
Cosimo Lupo
e97e445703
Bump version: 1.1.1 → 1.1.2.dev0
2016-12-16 23:36:32 +00:00
Cosimo Lupo
757d44e007
Release 1.1.1
2016-12-16 23:36:31 +00:00
Cosimo Lupo
077f9efabe
Bump version: 1.1.0 -> 1.1.1.dev0
2016-12-16 23:16:18 +00:00
Cosimo Lupo
d1bbdbbc90
Bump version: 1.0 -> 1.1.0
2016-11-03 19:13:47 +00:00
Cosimo Lupo
0f59ce3730
setup.py: set fonttools & ufoLib as install_requires, add package metadata, pytest-runner and wheel support
2016-11-03 19:08:13 +00:00
Cosimo Lupo
11c640bf86
MANIFEST.in, setup.py: include test data in sdist, and install with the package
2016-11-02 18:13:08 +00:00
Cosimo Lupo
b13eceb0f9
[setup.py] add 'test_suite' to enable python setup.py test
...
also, add test *.glif files to package_data, so users can run test modules against the installed cu2qu by doing e.g.:
```
python -m cu2qu.test.pens_test
```
2016-03-25 19:55:39 +01:00
James Godfrey-Kittle
d4913e3077
[minor] Use setuptools in setup.py
2016-02-11 17:44:57 -08:00
jamesgk
3e7c9a39d3
Move cu2qu into a package
2015-11-12 16:18:58 -08:00
jamesgk
d51c924893
Rename to cu2qu
...
We want a simpler, less dry name. The only thing this is missing is an
implication of interpolation-compatibility.
2015-11-05 15:43:14 -08:00
jamesgk
add9cf1d4d
Add license.
2015-10-05 18:14:16 -07:00
jamesgk
2c33e23bf3
Make "python setup.py install" actually work.
...
convert_curves is just a module (file), not a package (directory).
2015-10-05 15:58:58 -07:00
jamesgk
e686d61aeb
Initial commit
2015-10-01 17:09:28 -07:00