From 06e8d8fcf1d8da248b89395a0421c539b2d6b95b Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 24 Jun 2011 13:08:41 +0200 Subject: add AUTHORS.txt, use standard src header --- AUTHORS.txt | 10 ++++++++++ setup.py | 9 +++++++++ xstatic/__init__.py | 7 +++++++ 3 files changed, 26 insertions(+) create mode 100644 AUTHORS.txt diff --git a/AUTHORS.txt b/AUTHORS.txt new file mode 100644 index 0000000..6460b40 --- /dev/null +++ b/AUTHORS.txt @@ -0,0 +1,10 @@ +Main Authors +------------ +Thomas Waldmann, tw AT waldmann-edv DOT de +(please add yourself above this line if you did major contributions to +the project) + +Contributors +------------ +(please add yourself above this line if you contributed to the project) + diff --git a/setup.py b/setup.py index 236e4ae..9e802bf 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,12 @@ +# Copyright: 2011 by the XStatic authors, see AUTHORS.txt for details. +# License: MIT license, see LICENSE.txt for details. + +""" +XStatic - setup.py + +Works with: setuptools +""" + from setuptools import setup, find_packages # The README.txt file should be written in reST so that PyPI can use diff --git a/xstatic/__init__.py b/xstatic/__init__.py index 1c362fa..d6066d7 100644 --- a/xstatic/__init__.py +++ b/xstatic/__init__.py @@ -1,3 +1,10 @@ +# Copyright: 2011 by the XStatic authors, see AUTHORS.txt for details. +# License: MIT license, see LICENSE.txt for details. + +""" +XStatic - main package with minimal support code to work with static file packages +""" + # http://remote_base/path # http://local_base/path -- cgit v1.2.1