tensorevolution/setup.cfg

30 lines
654 B
INI

[metadata]
name = tensorevolution
version = 0.0.1
author = Daniil
author_email = mail@placeholder123.to
description = Neural Evolution for Tensorflow Models
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.fajnberg.de/daniil/tensorevolution
project_urls =
Bug Tracker = https://git.fajnberg.de/daniil/tensorevolution/issues
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3
install_requires =
...
[options.extras_require]
dev =
coverage
[options.packages.find]
where = src