Skip to content

Commit

Permalink
fix pyprj
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Nov 8, 2024
1 parent 58f7d20 commit 1001d44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "ckanext-tracking"
name = "ckanext-api-tracking"
# see tool.setuptools.dynamic in this file
dynamic = ["version"]
description = "CKAN extension to track users activity"
Expand All @@ -29,8 +29,8 @@ classifiers = [
]

[project.urls]
"Homepage" = "https://github.com/NorwegianRefugeeCouncil/ckanext-tracking"
"Issues" = "https://github.com/NorwegianRefugeeCouncil/ckanext-tracking/issues"
"Homepage" = "https://github.com/NorwegianRefugeeCouncil/ckanext-api-tracking"
"Issues" = "https://github.com/NorwegianRefugeeCouncil/ckanext-api-tracking/issues"

# [project.dependencies]
# Dependencies should be listed in requirements.txt as per CKAN extension best practices
Expand Down

0 comments on commit 1001d44

Please sign in to comment.