Skip to content
Snippets Groups Projects
Commit 8ac9c1e6 authored by Christoph.Knote's avatar Christoph.Knote
Browse files

Updated to 1.0.0

parent 3705b2a3
No related branches found
No related tags found
No related merge requests found
Changelog
=========
1.0.0 (2017-12-19)
------------------
- Peer-reviewed version to be published in Knote et al., GMD
0.1.0 (2017-08-12)
------------------
......
......@@ -2,7 +2,8 @@
boxmox
======
``boxmox`` is the Python wrapper for the chemical box model BOXMOX
``boxmox`` is the Python wrapper for the chemical box model BOXMOX (a standalone
C/Fortran executable)
Documentation
=============
......
......@@ -8,13 +8,13 @@ def read(filename):
setup(name='boxmox',
description='Python wrapper for the chemical box model BOXMOX',
long_description=read('README.rst') + '\n\n' + read('INSTALL.rst') + '\n\n' + read('CHANGES.rst'),
version='0.1.0',
version='1.0.0',
url='https://boxmodeling.meteo.physik.uni-muenchen.de',
author='Christoph Knote',
author_email='christoph.knote@physik.uni-muenchen.de',
license='GPLv3',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Education',
......@@ -30,7 +30,8 @@ setup(name='boxmox',
keywords='',
python_requires='<3',
packages=['boxmox'],
install_requires=['subprocess32;python_version<"3.0"', 'numpy', 'f90nml', 'pyparsing' ],
# install_requires=['subprocess32;python_version<"3.0"', 'numpy', 'f90nml', 'pyparsing' ],
install_requires=['numpy', 'f90nml', 'pyparsing' ],
entry_points={
'console_scripts':
[
......
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