Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Becksteinlab/MDSynthesis into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
dotsdl committed May 12, 2016
2 parents 74626d1 + 8dfafe6 commit f49c8e5
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
package:
name: mdsynthesis
version: "0.6.0"

source:
path: .

build:
noarch_python: True
script: $PYTHON setup.py install

requirements:
build:
- python
- setuptools
- datreant.core
- datreant.data
- mdanalysis


run:
- python
- datreant.core
- datreant.data
- mdanalysis

test:
# Python imports
imports:
- mdsynthesis

requires:
# Put any additional test requirements here. For example
- pytest
- datreant.core
- datreant.data
- mdanalysis

files:
- src/mdsynthesis/tests

commands:
- py.test src

about:
home: http://mdsynthesis.readthedocs.io/en/master/
license: GPLVv2
license_file: LICENSE.txt
summary: 'a persistence engine for molecular dynamics data'

# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml

0 comments on commit f49c8e5

Please sign in to comment.