Skip to content

Commit 85e8821

Browse files
abichingerZxilly
authored andcommitted
ci: move version to setup.cfg
Signed-off-by: Andreas Bichinger <andreas.bichinger@gmail.com>
1 parent 7879f4a commit 85e8821

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from setuptools import setup, find_packages
22
from os import path
33

4-
__version__ = "2.2.0"
54
desc_file = "README.md"
65

76
here = path.abspath(path.dirname(__file__))
@@ -21,7 +20,6 @@
2120

2221
setup(
2322
name="flask-authz",
24-
version=__version__,
2523
description="An authorization middleware for Flask that supports ACL, RBAC, ABAC, based on Casbin",
2624
long_description=long_description,
2725
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)