mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
keep sphinx_rtd_theme package here for pypi
This commit is contained in:
parent
07890f49d3
commit
20d9ed0e66
4
setup.py
4
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',
|
||||
|
|
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 193 KiB |
Loading…
Reference in New Issue
Block a user