We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb7db8 commit 1ef0a54Copy full SHA for 1ef0a54
1 file changed
python/setup.py
@@ -28,6 +28,9 @@
28
"scheduler",
29
"concurrency",
30
"pipeline",
31
+ "cross-platform",
32
+ "lightweight",
33
+ "langgraph",
34
"pybind11"]
35
36
_sources = ['PyCGraph.cpp'] + glob.glob("../src/**/*.cpp", recursive=True)
@@ -41,9 +44,9 @@
41
44
Extension(
42
45
name=__PYCGRAPH_NAME__,
43
46
sources=_sources,
- extra_link_args=_extra_link_args,
47
extra_compile_args=_extra_compile_args,
48
include_dirs=_include_dirs,
49
+ extra_link_args=_extra_link_args,
50
),
51
]
52
@@ -78,5 +81,8 @@
78
81
"License :: OSI Approved :: MIT License",
79
82
"Natural Language :: Chinese (Simplified)",
80
83
"Natural Language :: English",
84
+ "Topic :: Software Development",
85
+ "Topic :: Scientific/Engineering",
86
+ "Topic :: Utilities",
87
88
)
0 commit comments