keep sphinx_rtd_theme package here for pypi

This commit is contained in:
Tony Narlock 2013-11-04 08:45:35 +08:00
parent 07890f49d3
commit 20d9ed0e66
17 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 193 KiB