mirror of
https://github.com/SeedSigner/seedsigner.git
synced 2026-09-14 04:45:08 +00:00
8 lines
181 B
Python
8 lines
181 B
Python
"""
|
|
Empty setup.py necessary for the python-babel integration (e.g. python setup.py extract_messages).
|
|
|
|
See the configuration in setup.cfg.
|
|
"""
|
|
import setuptools
|
|
|
|
setuptools.setup() |