7 Commits

Author SHA1 Message Date
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