Rename COPYRIGHT to LICENSE

This is the modern way, apparently.

Fixes #33
This commit is contained in:
Chris Dent 2015-08-12 12:01:41 +01:00
parent f5e2e81c24
commit 209c23b5c6
3 changed files with 2 additions and 2 deletions

View File

View File

@ -1,3 +1,3 @@
include COPYRIGHT Makefile
include LICENSE Makefile
recursive-include test *
recursive-include docs *

View File

@ -92,7 +92,7 @@ Additional documentation is available on `Read The Docs`_.
"""
from __future__ import print_function
__version__ = '0.10.2'
__version__ = '0.10.3'
import sys