Skip to content

Commit

Permalink
feat: bit of project clean-up (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager authored Jul 16, 2024
1 parent 41613cd commit 49f8914
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Compatability tools for Rattler Build

This repository contains a set of tools to help with the integration of rattler-build into conda-forge.
Mainly by providing an interface that is recognizable for uses used to `conda-build`
2 changes: 1 addition & 1 deletion pixi.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5554,7 +5554,7 @@ packages:
name: rattler-build-conda-compat
version: 0.0.6
path: .
sha256: 57fa39e1604fdcc92187ccb70f4e2e68f491e9e3573bfa633050b09fcc00d2c6
sha256: 7f8fd4a0d48bead9533b4678df50af556b799dbd65c42a1f28a6164f1cb6ce11
requires_python: '>=3.8'
editable: true
- kind: conda
Expand Down
17 changes: 10 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
[build-system]
requires = [
"setuptools>=45",
]
build-backend = "setuptools.build_meta"
requires = ["hatchling>=1.24"]
build-backend = "hatchling.build"

[project]
name = "rattler-build-conda-compat"
description="A package for exposing rattler-build API for conda-smithy"
description = "A package for exposing rattler-build API for conda-smithy"
version = "0.0.6"
readme = "README.md"
authors = [{name = "Nichita Morcotilo", email = "nichita@prefix.dev"}]
license = {file = "LICENSE.txt"}
authors = [{ name = "Nichita Morcotilo", email = "nichita@prefix.dev" }]
license = { file = "LICENSE.txt" }

requires-python = ">=3.8"


[tool.pyright]
venvPath = ".pixi/envs"
venv = "default"

0 comments on commit 49f8914

Please sign in to comment.