Skip to content

Commit

Permalink
[setup.py] Update copyright, and remove unused script.
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Jan 13, 2016
1 parent 97b2f41 commit 2eb1488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
9 changes: 0 additions & 9 deletions Couchapp.py

This file was deleted.

3 changes: 2 additions & 1 deletion resources/scripts/couchapp
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# This file is part of couchapp released under the Apache 2 license.
# This file is part of couchapp released under the Apache 2 license.
# See the NOTICE for more information.

from couchapp.dispatch import run


if __name__ == '__main__':
run()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def get_py2exe_datafiles():
sys.argv.append("-q")

extra['console'] = [{'script': os.path.join("resources", "scripts", "couchapp"),
'copyright': 'Copyright (C) 2008-2011 Benoît Chesneau and others',
'copyright': 'Copyright (C) 2008-2016 Benoît Chesneau and others',
'product_version': couchapp.__version__
}]

Expand Down

0 comments on commit 2eb1488

Please sign in to comment.