Skip to content
Snippets Groups Projects
Commit 6d2a94d4 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Prepared for release 0.3.1

* Updated version info in setup script
* Added PDF documentation to distribution setup
parent 815ae46f
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,10 @@ doc: doc/mkexp.pdf
check:
python test.py -v
dist:
dist: doc
python setup.py sdist
install: all
install: doc
python setup.py install --prefix=$(prefix)
.PHONY: all clean distclean doc check dist install
......
from distutils.core import setup
name = 'mkexp'
version = '0.3.1dev'
version = '0.3.1'
setup(
name = name,
......@@ -13,6 +13,7 @@ setup(
url = 'http://code.zmaw.de/projects/esmenv',
py_modules = ['configobj', 'validate', 'feedback', 'expconfig'],
scripts = ['mkexp', 'getexp', 'rmexp', 'diffexp', 'diffpath'],
data_files = [('share/doc/'+name, ['doc/mkexp.pdf'])],
platforms = ['Posix'],
license = 'LICENSE.txt',
requires = ['Jinja2(>= 2.6)']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment