Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Hart committed Sep 5, 2019
1 parent 022b481 commit d904c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
from setuptools import find_packages
from setuptools import setup

desc = 'Microstructure modeling, mesh generation, analysis, and visualization.'


def read(fname):
return open(join(dirname(__file__), fname)).read()
Expand All @@ -21,7 +23,7 @@ def read(fname):
name='MicroStructPy',
version='1.0',
license='MIT License',
description='Statistical microstructure generation.',
description=desc,
long_description=read('README.rst'),
long_description_content_type=' text/x-rst',
author='Kenneth (Kip) Hart',
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ commands = microstructpy examples/*.xml

[testenv:docs-fast]
deps = sphinx
sphinx_rtd_theme
basepython = python3.6
commands = sphinx-apidoc -M -e -o docs/source/ src/microstructpy
sphinx-build docs/source/ docs/build/

0 comments on commit d904c5b

Please sign in to comment.