Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Fixes upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AngellusMortis committed Nov 9, 2021
1 parent 677404c commit 9c4bae4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bin/lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function setLintModules() {
PYLINT_MODULES="$PYLINT_MODULES tests"
fi

MODULE_NAME=$( cat "$ROOT_PATH/pyproject.toml" | grep -e "^name =" | sed 's/name = "\(.*\)"/\1/' )
MODULE_NAME="microsoft_auth"
echo "Found module \`$MODULE_NAME\`"

BANDIT_MODULES=$( echo "$BANDIT_MODULES $MODULE_NAME" | xargs )
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["flit_core >=3,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "microsoft_auth"
name = "django_microsoft_auth"
authors = [
{name = "Christopher Bailey", email = "cbailey@mort.is"},
]
Expand Down Expand Up @@ -67,6 +67,9 @@ ql = [
Documentation = "https://django-microsoft-auth.readthedocs.io/en/latest/"
Source = "https://github.com/AngellusMortis/django_microsoft_auth"

[tool.flit.module]
name = "microsoft_auth"

[tool.flit.sdist]
include = [
"AUTHORS.rst",
Expand Down

0 comments on commit 9c4bae4

Please sign in to comment.