Skip to content

Commit 057a45f

Browse files
committed
init change, current recursive issue
1 parent ee918c8 commit 057a45f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# relative to the documentation root, use os.path.abspath to make it
1919
# absolute, like shown here.
2020

21-
import sphinx_rtd_theme # For read the docs theme
21+
import sphinx_rtd_theme # For read the docs theme
2222

2323
import pygridsim
2424

pygridsim/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
__author__ = 'Angela Zhao'
66
__email__ = '[email protected]'
77
__version__ = '0.1.0.dev1'
8+
9+
from pygridsim.core import PyGridSim
10+
11+
__all__ = ['PyGridSim']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""The setup script."""
55

6-
from setuptools import setup, find_packages
6+
from setuptools import find_packages, setup
77

88
with open('README.md', encoding='utf-8') as readme_file:
99
readme = readme_file.read()

0 commit comments

Comments
 (0)