Updated to add setup.cfg which is used for flake8 settings.

这个提交包含在:
Craig Warren
2016-07-22 14:02:25 +01:00
父节点 4407c358d6
当前提交 03c61befdf

查看文件

@@ -35,6 +35,7 @@ Package overview
gprMax/
LICENSE
README.rst
setup.cfg
setup.py
tests/
tools/
@@ -48,6 +49,7 @@ Package overview
* ``gprMax`` is the main package. Within this package the main module is ``gprMax.py``
* ``LICENSE`` contains information on the GNU General Public License v3 or higher (http://www.gnu.org/copyleft/gpl.html).
* ``README.rst`` contains getting started information on installation, usage, and new features/changes.
* ``setup.cfg`` is used to set preference for code formatting/styling using flake8.
* ``setup.py`` is used to compile the Cython extension modules.
* ``tests`` is a sub-package which contains test modules and input files.
* ``tools`` is a sub-package which contains scripts to assist with viewing and post-processing output from models.