26 lines
606 B
INI
26 lines
606 B
INI
[metadata]
|
|
name = aiia
|
|
version = 0.1.0
|
|
author = Your Name
|
|
author_email = falko.habel@gmx.de
|
|
description = AIIA deep learning model implementation
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://gitea.fabelous.app/Maschine-Learning/AIIA.git
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
package_dir =
|
|
= src
|
|
packages = find:
|
|
python_requires = >=3.7
|
|
install_requires =
|
|
torch>=1.8.0
|
|
numpy>=1.19.0
|
|
tqdm>=4.62.0
|
|
|
|
[options.packages.find]
|
|
where = src |