diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b524b20..36d3eed 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: environment: name: pypi - url: https://pypi.org/p/dataman + url: https://pypi.org/p/dataman-engine steps: - name: Checkout repository diff --git a/README.md b/README.md index 6019b24..ba6e957 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,14 @@ ## Installation -Ensure you have Python 3.10+ installed. - -You can install DataMan (if published to PyPI) or clone the repository and install it using `uv` or `pip`: +Ensure you have Python 3.13+ installed. ```bash # Using uv (Recommended) -uv pip install -e . +uv add dataman-engine # Using pip -pip install -e . +pip install dataman-engine ``` --- diff --git a/pyproject.toml b/pyproject.toml index 8caeb58..43b50ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "dataman" +name = "dataman-engine" version = "0.1.0" description = "A dynamic, headless data layer framework built on Django and DRF for instant CRUD APIs and custom business logic." readme = "README.md" @@ -56,6 +56,9 @@ sigterm = true requires = ["uv_build>=0.10.6,<0.13.0"] build-backend = "uv_build" +[tool.uv.build-backend] +module-name = "dataman" + [dependency-groups] dev = [ "bandit>=1.9.4", diff --git a/src/dataman/core/templates/admin/dashboard.html b/src/dataman/core/templates/admin/dashboard.html index bec03c7..03071d2 100644 --- a/src/dataman/core/templates/admin/dashboard.html +++ b/src/dataman/core/templates/admin/dashboard.html @@ -1396,4 +1396,4 @@

Generate API Token

- \ No newline at end of file + diff --git a/src/dataman/core/templates/admin/login.html b/src/dataman/core/templates/admin/login.html index e53f8a1..d13515d 100644 --- a/src/dataman/core/templates/admin/login.html +++ b/src/dataman/core/templates/admin/login.html @@ -339,7 +339,7 @@

Console

{% csrf_token %} - +
diff --git a/uv.lock b/uv.lock index 9444234..a7e9c74 100644 --- a/uv.lock +++ b/uv.lock @@ -403,7 +403,7 @@ wheels = [ ] [[package]] -name = "dataman" +name = "dataman-engine" version = "0.1.0" source = { editable = "." } dependencies = [