Browse Source

Add css in the list of installed folders

pull/8/head
Guillaume Ayoub 13 years ago
parent
commit
7eaae1f918
  1. 1
      setup.py

1
setup.py

@ -9,4 +9,5 @@ setup(
name="pygal",
packages=find_packages(),
tests_require=["pytest"],
package_data={'pygal': ['css/*']},
install_requires=['lxml'])

Loading…
Cancel
Save