Browse Source

Mise à jour du script d'installation.

pull/20/head
Luthaf 10 years ago
parent
commit
6a9fe11330
  1. 11
      setup.py

11
setup.py

@ -4,7 +4,6 @@
$ python setup.py install $ python setup.py install
""" """
from distutils.core import setup from distutils.core import setup
import songbook_core import songbook_core
@ -23,7 +22,15 @@ setup(name='songbook-core',
"textwrap", "unidecode" "textwrap", "unidecode"
], ],
packages=['songbook_core'], packages=['songbook_core'],
package_data={'songbook_core': ['*', '*/*', '*/*/*']}, package_data={'songbook_core': ['data/latex/*',
'data/templates/*',
'data/examples/*.sb',
'data/examples/*/*.sg',
'data/examples/*/*.ly',
'data/examples/*/*.jpg',
'data/examples/*/*.png',
'data/examples/*/*.png',
'data/examples/*/*/header']},
classifiers=[ classifiers=[
"Environment :: Console", "Environment :: Console",
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",

Loading…
Cancel
Save