Skip to content

Commit

Permalink
fix: chnaged tool.setup for pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
loydbanks committed Oct 31, 2024
1 parent 44073b1 commit 4e0fc15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeartifact-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
export TWINE_PASSWORD=`aws codeartifact get-authorization-token --domain clearlyenergy --domain-owner 870817328084 --query authorizationToken --output text`
export TWINE_REPOSITORY_URL=`aws codeartifact get-repository-endpoint --domain clearlyenergy --domain-owner 870817328084 --repository django-helpdesk --format pypi --query repositoryEndpoint --output text`
python3 -m build
twine upload dist/*
twine upload dist/*
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["helpdesk"]
[tool.setuptools.packages.find]
include = ["helpdesk*"]

[project]
name = "beam-django-helpdesk"
version = "0.3.0b3"
description = "Helpdesk in Django"
description = "Django-powered ticket tracker for your helpdesk"
authors = [{name = "Ross Poulton", email = "[email protected]"}]
maintainers = [{name = "Garret Wassermann", email = "[email protected]"}]
license = {text = "BSD-3-Clause"}
Expand Down

0 comments on commit 4e0fc15

Please sign in to comment.