13
1
Fork 0
mirror of https://github.com/netzbegruenung/passbolt-salt synced 2024-05-05 22:03:40 +02:00
passbolt-salt/setup.py
2023-12-18 16:44:16 +01:00

12 lines
228 B
Python

#!/usr/bin/env python3
"""
Minimal setup.py for legacy builds.
See pyproject.toml for all setup configuration options.
"""
from __future__ import annotations
from setuptools import setup
if __name__ == "__main__":
setup()