ericdill / depfinder

Find all the unique imports in your library
http://ericdill.github.io/depfinder/
BSD 3-Clause "New" or "Revised" License
36 stars 10 forks source link

Use configuration yaml #1

Closed ericdill closed 9 years ago

ericdill commented 9 years ago

Note that all of these are required so that I can programmatically generate a meta.yaml file since I know almost everything I would need to know a-priori.

Things that a depfinder configuration yaml should be able to specify:

#!/bin/bash

$PYTHON setup.py install

and "%PYTHON%" setup.py install

ericdill commented 9 years ago

This is done in conda-skeletor. https://github.com/ericdill/conda-skeletor