You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
679 B
29 lines
679 B
[metadata]
|
|
name = alice-ci
|
|
version = 0.0.10
|
|
author = Daniel Gyulai
|
|
description = Alice CI framework
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://git.gyulai.cloud/gyulaid/alice
|
|
project_urls =
|
|
Bug Tracker = https://git.gyulai.cloud/gyulaid/alice/issues
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
package_dir =
|
|
= src
|
|
packages =
|
|
alice
|
|
alice.runners
|
|
python_requires = >=3.6
|
|
install_requires =
|
|
PyYAML
|
|
docker
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
alice = alice.cli:main
|
|
|