Skip to content

Commit 1ef0a54

Browse files
committed
[tag] v3.2.4 retag
1 parent cbb7db8 commit 1ef0a54

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

python/setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"scheduler",
2929
"concurrency",
3030
"pipeline",
31+
"cross-platform",
32+
"lightweight",
33+
"langgraph",
3134
"pybind11"]
3235

3336
_sources = ['PyCGraph.cpp'] + glob.glob("../src/**/*.cpp", recursive=True)
@@ -41,9 +44,9 @@
4144
Extension(
4245
name=__PYCGRAPH_NAME__,
4346
sources=_sources,
44-
extra_link_args=_extra_link_args,
4547
extra_compile_args=_extra_compile_args,
4648
include_dirs=_include_dirs,
49+
extra_link_args=_extra_link_args,
4750
),
4851
]
4952

@@ -78,5 +81,8 @@
7881
"License :: OSI Approved :: MIT License",
7982
"Natural Language :: Chinese (Simplified)",
8083
"Natural Language :: English",
84+
"Topic :: Software Development",
85+
"Topic :: Scientific/Engineering",
86+
"Topic :: Utilities",
8187
]
8288
)

0 commit comments

Comments
 (0)