diff options
Diffstat (limited to 'israwhidebroken/release.py')
-rw-r--r-- | israwhidebroken/release.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/israwhidebroken/release.py b/israwhidebroken/release.py index f2d2272..d9dc06a 100644 --- a/israwhidebroken/release.py +++ b/israwhidebroken/release.py @@ -1,14 +1,14 @@ # Release information about israwhidebroken -version = "1.0" +version = "0.1" # description = "Your plan to rule the world" # long_description = "More description about your plan" -# author = "Your Name Here" -# email = "YourEmail@YourDomain" -# copyright = "Vintage 2008 - a good year indeed" +author = "Will Woods" +email = "wwoods@redhat.com" +copyright = "Copyright (c) 2009 Red Hat, Inc." # if it's open source, you might want to specify these # url = "http://yourcool.site/" # download_url = "http://yourcool.site/download" -# license = "MIT" +license = "GPLv2+" # XXX AGPL? |