We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee918c8 commit 057a45fCopy full SHA for 057a45f
docs/conf.py
@@ -18,7 +18,7 @@
18
# relative to the documentation root, use os.path.abspath to make it
19
# absolute, like shown here.
20
21
-import sphinx_rtd_theme # For read the docs theme
+import sphinx_rtd_theme # For read the docs theme
22
23
import pygridsim
24
pygridsim/__init__.py
@@ -5,3 +5,7 @@
5
__author__ = 'Angela Zhao'
6
__email__ = '[email protected]'
7
__version__ = '0.1.0.dev1'
8
+
9
+from pygridsim.core import PyGridSim
10
11
+__all__ = ['PyGridSim']
setup.py
@@ -3,7 +3,7 @@
3
4
"""The setup script."""
-from setuptools import setup, find_packages
+from setuptools import find_packages, setup
with open('README.md', encoding='utf-8') as readme_file:
readme = readme_file.read()
0 commit comments