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.
30 lines
709 B
30 lines
709 B
[metadata]
|
|
name = alice-ci
|
|
version = 0.0.7
|
|
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
|
|
python_requires = >=3.6
|
|
install_requires =
|
|
PyYAML==6.0
|
|
virtualenv==20.14.0
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
alice = alice.cli:main
|
|
|
|
[options.packages.find]
|
|
where = src
|