diff options
| author | Schark <jordan@schark.online> | 2026-03-25 23:22:28 -0400 |
|---|---|---|
| committer | Schark <jordan@schark.online> | 2026-03-25 23:22:28 -0400 |
| commit | 028b6a80e473252bfce2d6aaf664f5af8949b760 (patch) | |
| tree | 968dd89e3617e969ff201d23dc506930f0885c06 /setup.py | |
| parent | 4262bf19f9234351f7879401ae325a8e144a0d40 (diff) | |
| download | cs2pov-028b6a80e473252bfce2d6aaf664f5af8949b760.tar.gz cs2pov-028b6a80e473252bfce2d6aaf664f5af8949b760.zip | |
First pass at GUIfeat/gui
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ setup( python_requires=">=3.10", packages=find_packages(), install_requires=requirements, + extras_require={ + "gui": ["PySide6>=6.5"], + }, entry_points={ "console_scripts": [ "cs2pov=cs2pov.cli:main", |
