Skip to content

Commit

Permalink
fix bug in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
MissterHao committed Feb 3, 2023
1 parent 77aa848 commit 32bec70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
python-version:
- 3.8
- 3.9
- 3.10
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = django-dysession
version = file: dysession/version.txt
description = "django-dysession is a django extension which integrated AWS DynamoDB as a session backend"
long_description = file: README.md
long_description_content_type = "text/markdown"
long_description_content_type = text/markdown
keywords = "django,session,aws,dynamodb"
url = "https://github.com/MissterHao/django-dysession/"
download_url = "https://github.com/MissterHao/django-dysession/"
Expand Down

0 comments on commit 32bec70

Please sign in to comment.