15 lines
228 B
INI
15 lines
228 B
INI
|
|
[metadata]
|
||
|
|
name = qubittool
|
||
|
|
version = 0.1.0
|
||
|
|
|
||
|
|
[options]
|
||
|
|
packages = find:
|
||
|
|
zip_safe = True
|
||
|
|
include_package_data = True
|
||
|
|
install_requires =
|
||
|
|
PySimpleGUI >= 4.60
|
||
|
|
openpyxl >= 3.1
|
||
|
|
pandas
|
||
|
|
|
||
|
|
[options.package_data]
|
||
|
|
* = README.md
|