Skip to content

Commit b32dbfa

Browse files
committed
Rename dailies in vfxdailies.
1 parent a4f3268 commit b32dbfa

28 files changed

Lines changed: 3 additions & 3 deletions

pyproject.toml

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

55
[project]
6-
name = "dailies"
6+
name = "vfxdailies"
77
description = "Tool for vfx/animation/film dailies production."
88
readme = { file = "README.md", content-type = "text/markdown" }
99
license = { text = "GPL-3.0-or-later" }
@@ -19,14 +19,14 @@ dependencies = [
1919
]
2020

2121
[project.urls]
22-
Homepage = "https://github.com/vfxpaco85/dailies"
22+
Homepage = "https://github.com/vfxpaco85/vfxdailies"
2323

2424
[project.optional-dependencies]
2525
testing = ["pytest", "pytest-cov", "mock"]
2626
lint = ["ruff"]
2727

2828
[tool.setuptools]
29-
packages = ["dailies"]
29+
packages = ["vfxdailies"]
3030
include-package-data = true
3131

3232

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)