annotate .hgignore @ 29:63d1260cc64e 0.1.0

- class name is now 'Zebra' instead of 'zebra' - Fix for missing win32print module in pypi - Drop python 2 support - use setuptools instead of distutils - improve documentation - Added reset(), reset_default(), autosense(), print_config_label() and print_graphic() functions
author Ben Croston <ben@croston.org>
date Tue, 01 Sep 2020 15:57:24 +0100
parents a298ab7a36a8
children f77ca0963d6d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5bd9ee5c0cae Initial version
Ben Croston <ben@fuzzyduckbrewery.co.uk>
parents:
diff changeset
1 syntax: glob
5bd9ee5c0cae Initial version
Ben Croston <ben@fuzzyduckbrewery.co.uk>
parents:
diff changeset
2 *.pyc
5bd9ee5c0cae Initial version
Ben Croston <ben@fuzzyduckbrewery.co.uk>
parents:
diff changeset
3 *.*~
3
e78aaa8f1a34 Update .hgignore
Ben Croston <ben@fuzzyduckbrewery.co.uk>
parents: 0
diff changeset
4 dist/*
13
a298ab7a36a8 Ignore build directory
Ben Croston <ben@croston.org>
parents: 4
diff changeset
5 build/*
4
46729b16ddf2 Update .hgignore
Ben Croston <ben@fuzzyduckbrewery.co.uk>
parents: 3
diff changeset
6 MANIFEST