[Python-modules-commits] [cloud-sptheme] 04/10: Add missing table_styling.css
Sandro Tosi
morph at moszumanska.debian.org
Tue Dec 13 12:22:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository cloud-sptheme.
commit 1b49267b01693eb6d790102bfc5e0f5844ebd428
Author: Nicolas Dandrimont <olasd at debian.org>
Date: Thu Oct 8 08:41:08 2015 -0700
Add missing table_styling.css
Forwarded: https://bitbucket.org/ecollins/cloud_sptheme/pull-request/2/install-the-table_stylingcss-file
Patch-Name: 0002-add-missing-table_styling.css.patch
---
setup.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/setup.py b/setup.py
index 04bb298..e15612f 100644
--- a/setup.py
+++ b/setup.py
@@ -40,6 +40,11 @@ if os.environ.get("CLOUD_SETUP_TAG_RELEASE", "y").lower() in "yes y true t 1".sp
setup(
#package info
packages = find_packages(),
+ package_data = {
+ "cloud_sptheme": [
+ "ext/*.css",
+ ]
+ },
zip_safe=False,
install_requires=["sphinx>=1.4"],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cloud-sptheme.git
More information about the Python-modules-commits
mailing list