mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 21:43:06 +01:00
11 lines
260 B
Python
11 lines
260 B
Python
|
#!/usr/bin/env python
|
||
|
#coding:utf-8
|
||
|
|
||
|
# This file is only a shim to allow editable installs. It's not necessary to build
|
||
|
# and install the package via pip (see pyproject.toml and setup.cfg).
|
||
|
|
||
|
import setuptools
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
setuptools.setup()
|