Skip to content

Configure conda packaging #42

@lukasValentin

Description

@lukasValentin

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 install

Then 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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions