6 lines
71 B
Python
6 lines
71 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="mariadb_binlog_indexer",
|
|
)
|