Skip to content

Commit

Permalink
Merge pull request #92 from ali-zahedi/fix/githubaction
Browse files Browse the repository at this point in the history
Fix/githubaction
  • Loading branch information
ali-zahedi authored Mar 28, 2024
2 parents 8aa3319 + e35b7f1 commit 51bac45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 31 deletions.
8 changes: 0 additions & 8 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,7 @@
"main",
{
"name": "develop",
"prerelease": "beta"
},
{
"name": "alpha",
"prerelease": "alpha"
},
{
"name": "rc",
"prerelease": "rc"
}
]
}
22 changes: 0 additions & 22 deletions .releaserc.yml

This file was deleted.

5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url = https://github.com/ali-zahedi/az-iranian-bank-gateways
author = Ali Zahedigol
author_email = [email protected]
description = Iranian Bank Gateways for django
long_description = file: README.rst
long_description = file: README.md
license = BSD License
classifiers =
Environment :: Web Environment
Expand All @@ -24,6 +24,9 @@ classifiers =

[options]
python_requires = >=3.8
packages = find_namespace:
include_package_data = true
zip_safe = false
install_requires =
six
Django >= 3.2, < 6
Expand Down

0 comments on commit 51bac45

Please sign in to comment.