Skip to content

Commit

Permalink
Add pypi and conda packaging support
Browse files Browse the repository at this point in the history
  • Loading branch information
Eigenstate committed Aug 27, 2015
1 parent fdc5a43 commit 324f026
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
9 changes: 9 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,9 @@
include dabble.py
include get_restraint_mask.py
include molecule_to_psf.py

recursive-include Dabble *.py
recursive-include Dabble/lipid_membranes *.mae

recursive-include DabbleParam *.py
recursive-include DabbleParam/charmm_parameters *_all36_*
1 change: 1 addition & 0 deletions README
2 changes: 2 additions & 0 deletions bld.bat
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
4 changes: 4 additions & 0 deletions build.sh
@@ -0,0 +1,4 @@
#!/bin/bsh

$PYTHON setup.py install

21 changes: 21 additions & 0 deletions meta.yaml
@@ -0,0 +1,21 @@
package:
name: dabble
version: "1.0.0a1"

source:
git_url: https://github.com/drorlab/dabble.git
git_tag: master

build:
features:
- builder
- parameterizer
- vmd

script: python setup.py install

requirements:
run:
- numpy
- vmd

0 comments on commit 324f026

Please sign in to comment.