Skip to content

Commit f96a46a

Browse files
Hardcode version in setup.py for now (avoid importing package / sphinx) (pandas-dev#33)
1 parent a70f7c7 commit f96a46a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
"""Sphinx Bootstrap Theme package."""
22
from setuptools import setup
33

4-
from pandas_sphinx_theme import __version__
5-
64

75
setup(
86
name="pandas-sphinx-theme",
9-
version=__version__,
7+
version="0.0.1.dev0",
108
description="Sphinx Bootstrap Theme - pandas version.",
119
url="https://github.com/pandas-dev/pandas-sphinx-theme",
1210
#

0 commit comments

Comments
 (0)