From 20d9ed0e666c0acf2a94bf4acca7529425cfdc58 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 4 Nov 2013 08:45:35 +0800 Subject: [PATCH] keep sphinx_rtd_theme package here for pypi --- setup.py | 4 ++-- .../__init__.py | 0 .../breadcrumbs.html | 0 .../footer.html | 0 .../layout.html | 0 .../layout_old.html | 0 .../search.html | 0 .../searchbox.html | 0 .../static/badge_only.css | 0 .../static/font/fontawesome_webfont.eot | Bin .../static/font/fontawesome_webfont.svg | 0 .../static/font/fontawesome_webfont.ttf | Bin .../static/font/fontawesome_webfont.woff | Bin .../static/theme.css | 0 .../static/theme.js | 0 .../theme.conf | 0 .../versions.html | 0 17 files changed, 2 insertions(+), 2 deletions(-) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/__init__.py (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/breadcrumbs.html (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/footer.html (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/layout.html (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/layout_old.html (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/search.html (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/searchbox.html (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/static/badge_only.css (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/static/font/fontawesome_webfont.eot (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/static/font/fontawesome_webfont.svg (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/static/font/fontawesome_webfont.ttf (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/static/font/fontawesome_webfont.woff (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/static/theme.css (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/static/theme.js (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/theme.conf (100%) rename {dist/sphinx_rtd_theme => sphinx_rtd_theme}/versions.html (100%) diff --git a/setup.py b/setup.py index a46cf137..b55beae2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup, find_packages version = {} -with open("dist/sphinx_rtd_theme/__init__.py") as fp: +with open("sphinx_rtd_theme/__init__.py") as fp: exec(fp.read(), version) try: @@ -35,7 +35,7 @@ setup( long_description=open('README.rst').read(), zip_safe=False, packages=find_packages(), - package_data = { "dist/sphinx_rtd_theme": ['*.*', 'static/*.*', 'static/*/*.*'] }, + package_data = { "sphinx_rtd_theme": ['*.*', 'static/*.*', 'static/*/*.*'] }, install_requires=['sphinx>=1.1'], classifiers=[ 'Development Status :: 3 - Alpha', diff --git a/dist/sphinx_rtd_theme/__init__.py b/sphinx_rtd_theme/__init__.py similarity index 100% rename from dist/sphinx_rtd_theme/__init__.py rename to sphinx_rtd_theme/__init__.py diff --git a/dist/sphinx_rtd_theme/breadcrumbs.html b/sphinx_rtd_theme/breadcrumbs.html similarity index 100% rename from dist/sphinx_rtd_theme/breadcrumbs.html rename to sphinx_rtd_theme/breadcrumbs.html diff --git a/dist/sphinx_rtd_theme/footer.html b/sphinx_rtd_theme/footer.html similarity index 100% rename from dist/sphinx_rtd_theme/footer.html rename to sphinx_rtd_theme/footer.html diff --git a/dist/sphinx_rtd_theme/layout.html b/sphinx_rtd_theme/layout.html similarity index 100% rename from dist/sphinx_rtd_theme/layout.html rename to sphinx_rtd_theme/layout.html diff --git a/dist/sphinx_rtd_theme/layout_old.html b/sphinx_rtd_theme/layout_old.html similarity index 100% rename from dist/sphinx_rtd_theme/layout_old.html rename to sphinx_rtd_theme/layout_old.html diff --git a/dist/sphinx_rtd_theme/search.html b/sphinx_rtd_theme/search.html similarity index 100% rename from dist/sphinx_rtd_theme/search.html rename to sphinx_rtd_theme/search.html diff --git a/dist/sphinx_rtd_theme/searchbox.html b/sphinx_rtd_theme/searchbox.html similarity index 100% rename from dist/sphinx_rtd_theme/searchbox.html rename to sphinx_rtd_theme/searchbox.html diff --git a/dist/sphinx_rtd_theme/static/badge_only.css b/sphinx_rtd_theme/static/badge_only.css similarity index 100% rename from dist/sphinx_rtd_theme/static/badge_only.css rename to sphinx_rtd_theme/static/badge_only.css diff --git a/dist/sphinx_rtd_theme/static/font/fontawesome_webfont.eot b/sphinx_rtd_theme/static/font/fontawesome_webfont.eot similarity index 100% rename from dist/sphinx_rtd_theme/static/font/fontawesome_webfont.eot rename to sphinx_rtd_theme/static/font/fontawesome_webfont.eot diff --git a/dist/sphinx_rtd_theme/static/font/fontawesome_webfont.svg b/sphinx_rtd_theme/static/font/fontawesome_webfont.svg similarity index 100% rename from dist/sphinx_rtd_theme/static/font/fontawesome_webfont.svg rename to sphinx_rtd_theme/static/font/fontawesome_webfont.svg diff --git a/dist/sphinx_rtd_theme/static/font/fontawesome_webfont.ttf b/sphinx_rtd_theme/static/font/fontawesome_webfont.ttf similarity index 100% rename from dist/sphinx_rtd_theme/static/font/fontawesome_webfont.ttf rename to sphinx_rtd_theme/static/font/fontawesome_webfont.ttf diff --git a/dist/sphinx_rtd_theme/static/font/fontawesome_webfont.woff b/sphinx_rtd_theme/static/font/fontawesome_webfont.woff similarity index 100% rename from dist/sphinx_rtd_theme/static/font/fontawesome_webfont.woff rename to sphinx_rtd_theme/static/font/fontawesome_webfont.woff diff --git a/dist/sphinx_rtd_theme/static/theme.css b/sphinx_rtd_theme/static/theme.css similarity index 100% rename from dist/sphinx_rtd_theme/static/theme.css rename to sphinx_rtd_theme/static/theme.css diff --git a/dist/sphinx_rtd_theme/static/theme.js b/sphinx_rtd_theme/static/theme.js similarity index 100% rename from dist/sphinx_rtd_theme/static/theme.js rename to sphinx_rtd_theme/static/theme.js diff --git a/dist/sphinx_rtd_theme/theme.conf b/sphinx_rtd_theme/theme.conf similarity index 100% rename from dist/sphinx_rtd_theme/theme.conf rename to sphinx_rtd_theme/theme.conf diff --git a/dist/sphinx_rtd_theme/versions.html b/sphinx_rtd_theme/versions.html similarity index 100% rename from dist/sphinx_rtd_theme/versions.html rename to sphinx_rtd_theme/versions.html