Skip to content

Commit

Permalink
ran
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeerArsala committed Oct 3, 2024
1 parent f547702 commit 72ec1ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ranlibx"
version = "0.1.0"
version = "0.1.1"
description = "Global interface for RAN"
authors = [{ name = "Ameer Arsala", email = "ameer.arsala03@gmail.com" }]
readme = "README.md"
Expand All @@ -17,13 +17,13 @@ dependencies = [
requires-python = ">= 3.9"

[project.urls]
Repository = "https://github.com/anemo-ai/ranlibx"
Changelog = "https://github.com/anemo-ai/ranlibx/blob/main/CHANGELOG.md"
Repository = "https://github.com/ran-labs/ranlibx"
Changelog = "https://github.com/ran-labs/ranlibx/blob/main/CHANGELOG.md"
Homepage = "https://ran.so"
Documentation = "https://ran.so/docs"
Source = "https://github.com/anemo-ai/ranlibx"
Tracker = "https://github.com/anemo-ai/ranlibx/issues"
Twitter = "https://twitter.com/AnemoDotAI"
Source = "https://github.com/ran-labs/ranlibx"
Tracker = "https://github.com/ran-labs/ranlibx/issues"
Twitter = "https://twitter.com/RANdotSO"

[project.scripts]
ranx = "ranlibx.cli.main:app"
Expand Down
2 changes: 1 addition & 1 deletion scripts/helpers/recipe-preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def modify_recipe(recipe_path: str):

# For whatever reason, rattler-build does not copy in the LICENSE so we have to take it manually
# Luckily, since the repo is public, we have a free automation by using the LICENSE in our own repo!
LICENSE_URL: str = "https://raw.githubusercontent.com/anemo-ai/ranlibx/refs/heads/main/LICENSE"
LICENSE_URL: str = "https://raw.githubusercontent.com/ran-labs/ranlibx/refs/heads/main/LICENSE"
curl_cmd: str = f"curl {LICENSE_URL} -o ./LICENSE"

# Python install command
Expand Down

0 comments on commit 72ec1ad

Please sign in to comment.