-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of github.com:Becksteinlab/MDSynthesis into de…
…velop
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |