Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the project contents a little bit more attractive #74

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update attribution on setup.py
jgonggrijp committed Feb 3, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c5ae781c93bad1b2a94ded335e1c59187c048774
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
#! /usr/bin/env python2
from __future__ import print_function

''' setup.py
Initial setup script for the Red Spider Project

Copyright 2012, 2013 Julian Gonggrijp
Copyright 2012-2014 Julian Gonggrijp
Copyright 2013 Christoph Baumgartner
Licensed under the Red Spider Project License.
See the License.txt that shipped with your copy of this software for details.


A -q option to make it less verbous would probably be nice. Until we
A -q option to make it less verbose would probably be nice. Until we
have a dedicated 'update' command we'll need to run the setup every
time one of the commands has been changed on master.
'''

from __future__ import print_function
from future_builtins import zip, map
import os
from os.path import exists, join, split, splitext, abspath, expanduser
@@ -58,7 +59,7 @@ def __call__(self, check):
return self

YES = SomeChoice(
"y", "ye", "yes", "aye", "affirmative", "roger", "okay", "kay",
"y", "ye", "yes", "aye", "affirmative", "roger", "okay", "kay",
"sure", "fine", "all right", "certainly", "definitely"
)
NO = SomeChoice(