diff options
author | Helmut Grohne <helmut@subdivi.de> | 2008-09-22 12:42:40 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2008-09-22 12:42:40 +0200 |
commit | 49ca99bc9fdbdce5d96798c7a58429f3490b6d36 (patch) | |
tree | 1574cde0c697ce5b785193726ec0ebfab995f487 | |
parent | 3a37a9166b6e6f8f2bad86961ed263572ee470b9 (diff) | |
download | wsgitools-49ca99bc9fdbdce5d96798c7a58429f3490b6d36.tar.gz |
added MANIFEST.in (for setup.py) and updated copyright
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | MANIFEST.in | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ Applies to all files in this repository: -Copyright (C) 2007 Helmut Grohne +Copyright (C) 2007-2008 Helmut Grohne This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..1aba38f --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE |