Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Fekete committed Nov 6, 2019
1 parent 7dda644 commit fe31799
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Machine learning nonparametric force fields (MFF)

[![Build Status](https://travis-ci.com/kcl-tscm/mff.svg?branch=master)](https://travis-ci.com/kcl-tscm/mff)
[![Doc](https://img.shields.io/badge/docs-master-blue.svg)](https://kcl-tscm.github.io/mff/)
[![DOI](https://zenodo.org/badge/123019663.svg)](https://zenodo.org/badge/latestdoi/123019663)

To read the full documentation check https://mff.readthedocs.io/en/latest/
Expand Down
23 changes: 15 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,26 @@

setup(
name='mff',
version='1,0',
version='0.2.0',
author='Claudio Zeni, Adam Fekete, Aldo Glielmo',
description='This is a demo package',
author_email='[email protected]',
description='Gaussian process regression to extract non-parametric 2- and 3- body force fields.',
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/kcl-tscm/mff",
packages=find_packages(),
ext_modules=[tricube_cpp_module, tricube_fortran_module],
install_requires=[
'numpy',
'asap3',
'ase',
'theano >= 1.0.4',
'scipy'
]
'numpy',
'asap3',
'ase',
'theano >= 1.0.4',
'scipy'
],
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 3',
'License :: OSI Approved :: Apache Software License',
'Topic :: Scientific/Engineering :: Physics'
],
)

0 comments on commit fe31799

Please sign in to comment.