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
Branches
Tags
No related merge requests found
Changelog Changelog
========= =========
1.0.0 (2017-12-19)
------------------
- Peer-reviewed version to be published in Knote et al., GMD
0.1.0 (2017-08-12) 0.1.0 (2017-08-12)
------------------ ------------------
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
boxmox 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 Documentation
============= =============
......
...@@ -8,13 +8,13 @@ def read(filename): ...@@ -8,13 +8,13 @@ def read(filename):
setup(name='boxmox', setup(name='boxmox',
description='Python wrapper for the chemical box model 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'), 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', url='https://boxmodeling.meteo.physik.uni-muenchen.de',
author='Christoph Knote', author='Christoph Knote',
author_email='christoph.knote@physik.uni-muenchen.de', author_email='christoph.knote@physik.uni-muenchen.de',
license='GPLv3', license='GPLv3',
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 5 - Production/Stable',
'Environment :: Console', 'Environment :: Console',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Intended Audience :: Education', 'Intended Audience :: Education',
...@@ -30,7 +30,8 @@ setup(name='boxmox', ...@@ -30,7 +30,8 @@ setup(name='boxmox',
keywords='', keywords='',
python_requires='<3', python_requires='<3',
packages=['boxmox'], 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={ entry_points={
'console_scripts': 'console_scripts':
[ [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment