Skip to content

Commit cb7524a

Browse files
committed
rename python package
1 parent 2ef9e7d commit cb7524a

7 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55

6-
koalas.egg-info/
6+
*.egg-info/
77

88
# User-specific files
99
*.rsuser
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from rich.table import Table
77
from rich.tree import Tree
88

9-
from koalas.dependencies.types import DependencyType, PackageSummary, PackageUsage
9+
from outback.dependencies.types import DependencyType, PackageSummary, PackageUsage
1010

1111
from .utils import (
1212
find_project_paths,

src/python/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ requires = ["setuptools>=61.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "koalas"
6+
name = "outback"
77
version = "0.1.0"
88
description = "Python utilities for .NET package dependency analysis and management"
99
requires-python = ">=3.8"
1010
license = "MIT"
1111
authors = [
12-
{name = "Koalas Contributors"}
12+
{name = "Outback Contributors"}
1313
]
1414
keywords = ["dotnet", "nuget", "dependencies", "package-management"]
1515
classifiers = [
@@ -42,7 +42,7 @@ Repository = "https://github.com/csim/koalas"
4242
Issues = "https://github.com/csim/koalas/issues"
4343

4444
[tool.setuptools]
45-
packages = ["koalas"]
45+
packages = ["outback"]
4646

4747
[tool.black]
4848
line-length = 100

0 commit comments

Comments
 (0)