generated from scottclowe/python-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Apart from bringing EOdal to PyPI publishing EOdal at Anaconda is desired as well.
Following this guide we therefore need to configure a meta.yaml file:
package:
name: "my-py-lib"
version: "0.1.0"
about:
summary: "This is an awesome Python library"source:
path: ..build:
script: python setup.py installThen we execute conda build --output-folder ./conda-out/ ./conda/ followed by anaconda upload ./conda-out/osx-64/my-py-lib-0.1.0-0.tar.bz2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request