From 94b456a1cdc3127adfb914732cb9e19dae6036d9 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 --- setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'setup.py') 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 -- cgit v1.2.1