Skip to content

Commit 236da6e

Browse files
committed
Remove tests from setup.py packaging to avoid conflict
1 parent 7a78132 commit 236da6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
setuptools.setup(
99
name="casbin",
10-
version="0.8.2",
10+
version="0.8.3",
1111
author="TechLee",
1212
author_email="techlee@qq.com",
1313
description="An authorization library that supports access control models like ACL, RBAC, ABAC in Python",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
1616
url="https://github.com/casbin/pycasbin",
1717
keywords=["casbin", "acl", "rbac", "abac", "auth", "authz", "authorization", "access control", "permission"],
18-
packages=setuptools.find_packages(),
18+
packages=setuptools.find_packages(exclude=("tests",)),
1919
install_requires=['simpleeval>=0.9.10'],
2020
python_requires=">=3.3",
2121
license="Apache 2.0",

0 commit comments

Comments
 (0)