Add setuptools package files

See https://setuptools.readthedocs.io/en/latest/userguide/quickstart.html.
merge-requests/10/head
Luke Murphy 2021-02-02 23:45:33 +01:00
parent 938a3aa266
commit 7337b961c0
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 19 additions and 0 deletions

3
pyproject.toml 100644
View File

@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

16
setup.cfg 100644
View File

@ -0,0 +1,16 @@
[metadata]
name = epicyon
version = 1.1.0
[options]
packages = .
install_requires =
crypto
idna<3,>=2.5
numpy
pillow
pycryptodome
pyqrcode
python-dateutil
requests
socks