Browse Source

Changement du nom

pull/55/head
Luthaf 10 years ago
parent
commit
6624dfadf2
  1. 4
      setup.py

4
setup.py

@ -11,12 +11,12 @@ import os
import site
SETUP = {"name": 'songbook-core',
SETUP = {"name": 'patacrep',
"version": __STR_VERSION__,
"description": 'Songbook compilation chain',
"author": 'The Songbook team',
"author_email": 'crep@team-on-fire.com',
"url": 'https://github.com/patacrep/songbook-core',
"url": 'https://github.com/patacrep/patacrep',
"packages": ['patacrep'],
"license": "GPLv2 or any later version",
"scripts": ['songbook'],

Loading…
Cancel
Save