tox_wrapper
This commit is contained in:
parent
510e790155
commit
8bf481e6fc
11 changed files with 1501 additions and 4 deletions
|
|
@ -19,6 +19,12 @@ keywords='ctypes Tox'
|
|||
[options]
|
||||
zip_safe = false
|
||||
python_requires = >=3.7
|
||||
include_package_data =
|
||||
"*" = ["*.txt", "*.bash"]
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
tox_profile = tox_profile.tox_profile:iMain
|
||||
|
||||
[easy_install]
|
||||
zip_ok = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue