initial qubit-tools

This commit is contained in:
Sherwin Price
2023-08-07 15:59:16 -04:00
commit 1f40865aa0
9 changed files with 326 additions and 0 deletions

15
setup.cfg Normal file
View File

@@ -0,0 +1,15 @@
[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