From 295a8ba0eceac11eff7091b6e4687478e5fcb7dc Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 18 Jun 2014 16:47:10 +0200 Subject: [PATCH] Suite du renommage --- patacrep/data/examples/README | 2 +- patacrep/data/templates/default.tex | 4 ++-- patacrep/data/templates/layout.tex | 2 +- patacrep/data/templates/patacrep.tex | 2 +- patacrep/data/templates/songs.tex | 2 +- setup.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/patacrep/data/examples/README b/patacrep/data/examples/README index 942bbf37..54348764 100644 --- a/patacrep/data/examples/README +++ b/patacrep/data/examples/README @@ -1,3 +1,3 @@ Run the following command to build an example song book. -$ PATH/TO/songbook.py example.sb +$ songbook example.sb diff --git a/patacrep/data/templates/default.tex b/patacrep/data/templates/default.tex index 6c756fad..8c39f8ba 100644 --- a/patacrep/data/templates/default.tex +++ b/patacrep/data/templates/default.tex @@ -1,4 +1,4 @@ -%! Copyright (C) 2014 The Songbook team (www.patacrep.com) +%! Copyright (C) 2014 The Patacrep team (www.patacrep.com) %! %! This program is free software; you can redistribute it and/or %! modify it under the terms of the GNU General Public License @@ -32,7 +32,7 @@ "mandatory":true }, "author": {"description": {"english": "Author", "french": "Auteur"}, - "default": {"english": "The Songbook Team", "french": "L'équipe Songbook"}, + "default": {"english": "The Patacrep Team", "french": "L'équipe Patacrep"}, "mandatory":true }, "subtitle": {"description": {"english": "Subtitle", "french": "Sous-titre"}, diff --git a/patacrep/data/templates/layout.tex b/patacrep/data/templates/layout.tex index 43a06d07..168d9ebe 100644 --- a/patacrep/data/templates/layout.tex +++ b/patacrep/data/templates/layout.tex @@ -1,4 +1,4 @@ -%! Copyright (C) 2014 The Songbook team (www.patacrep.com) +%! Copyright (C) 2014 The Patacrep team (www.patacrep.com) %! %! This program is free software; you can redistribute it and/or %! modify it under the terms of the GNU General Public License diff --git a/patacrep/data/templates/patacrep.tex b/patacrep/data/templates/patacrep.tex index 2569865f..50598556 100644 --- a/patacrep/data/templates/patacrep.tex +++ b/patacrep/data/templates/patacrep.tex @@ -1,4 +1,4 @@ -%! Copyright (C) 2014 The Songbook team (www.patacrep.com) +%! Copyright (C) 2014 The Patacrep team (www.patacrep.com) %! %! This program is free software; you can redistribute it and/or %! modify it under the terms of the GNU General Public License diff --git a/patacrep/data/templates/songs.tex b/patacrep/data/templates/songs.tex index 53a07ea7..15ea007e 100644 --- a/patacrep/data/templates/songs.tex +++ b/patacrep/data/templates/songs.tex @@ -1,4 +1,4 @@ -%! Copyright (C) 2014 The Songbook team (www.patacrep.com) +%! Copyright (C) 2014 The Patacrep team (www.patacrep.com) %! %! This program is free software; you can redistribute it and/or %! modify it under the terms of the GNU General Public License diff --git a/setup.py b/setup.py index 4909fdd8..cdfd56b9 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup(cmdclass={'install': install}, name='patacrep', version=__STR_VERSION__, description='Songbook compilation chain', - author='The Songbook team', + author='The Patacrep team', author_email='crep@team-on-fire.com', url='https://github.com/patacrep/patacrep', packages=['patacrep'],