diff options
Diffstat (limited to 'pyneb/meta.yaml')
-rw-r--r-- | pyneb/meta.yaml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/pyneb/meta.yaml b/pyneb/meta.yaml deleted file mode 100644 index a979994..0000000 --- a/pyneb/meta.yaml +++ /dev/null @@ -1,30 +0,0 @@ -about: - home: http://www.iac.es/proyecto/PyNeb/ - license: Unknown - summary: A modern python tool to compute emission line emissivities -build: - number: '1' -package: - name: pyneb - version: 1.0.14 -requirements: - build: - - astropy - - matplotlib - - scipy - - setuptools - - numpy x.x - - python x.x - run: - - astropy - - matplotlib - - scipy - - numpy x.x - - python x.x -source: - fn: pyneb-1.0.14.tar.gz - url: - - https://pypi.python.org/packages/source/P/pyneb -test: - imports: - - pyneb |