Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 1d4d66a

Browse files
author
Samuel Hassine
committed
[client] Fix formatting
1 parent b9d93d2 commit 1d4d66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def run(self):
2626
setup(
2727
name="pycti",
2828
version=VERSION,
29-
python_requires='>=3.9',
29+
python_requires=">=3.9",
3030
description="Python API client for OpenCTI.",
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)