commit | c00ffdaa59778890c17860e3aa70dfd15e585a88 | [log] [tgz] |
---|---|---|
author | Hiroshige Hayashizaki <hiroshige@chromium.org> | Mon Aug 31 21:37:10 2015 +0900 |
committer | Hiroshige Hayashizaki <hiroshige@chromium.org> | Mon Aug 31 21:37:10 2015 +0900 |
tree | b4a558f0e8c6da722e29e7dcd2cf0e8762511748 | |
parent | 76b3a63919d70ca6b4664a98b29967e44254a210 [diff] [blame] |
Place LICENSE and CONTRIBUTING at the root directory
diff --git a/setup.py b/setup.py index ada8db3..935d6b1 100755 --- a/setup.py +++ b/setup.py
@@ -61,7 +61,7 @@ 'mod_pywebsocket is an Apache HTTP Server extension for ' 'the WebSocket Protocol (RFC 6455). ' 'See mod_pywebsocket/__init__.py for more detail.'), - license='See COPYING', + license='See LICENSE', name=_PACKAGE_NAME, packages=[_PACKAGE_NAME, _PACKAGE_NAME + '.handshake'], url='http://code.google.com/p/pywebsocket/',