You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [metadata]
- name = adtools
- version = attr: adtools.__version__
- author = anjingyu
- author_email = anjingyu@navinfo.com
- description = A simple build tool set based on CMake and Python3.
- long_description = file: README.md
- license = WTFPL2
- keywords = AdTools
- classifiers =
- Development Status :: 4 - Beta
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Programming Language :: Python :: 3.11
- Programming Language :: Python :: 3.12
-
- [options]
- zip_safe = False
- include_package_data = True
- packages = find:
- python_requires = >=3.7
- install_requires =
- requests
- crayons
-
- [options.package_data]
- adtools = cmake/*.cmake, cmake/**/*.cmake
-
- [options.entry_points]
- console_scripts =
- admake = adtools.admake:main
- adgit = adtools.adgit:main
|