mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-01-17 19:47:00 +01:00
- Updated to v0.0.31 with GUI startup warning fix - Updated jackify-engine for improved compatibility - Removed development-only files from public repo - Added LICENSE and CONTRIBUTING.md for professional release - Professional public repository ready for alpha release
9 lines
199 B
Python
9 lines
199 B
Python
"""
|
|
Jackify - A tool for running Wabbajack modlists on Linux
|
|
|
|
This package provides both CLI and GUI interfaces for managing
|
|
Wabbajack modlists natively on Linux systems.
|
|
"""
|
|
|
|
__version__ = "0.0.31"
|