update
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2024-02-05 13:11:36 +00:00
parent 477d315890
commit db070348b5
24 changed files with 20823 additions and 25 deletions

View File

@@ -12,7 +12,6 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Framework :: AsyncIO
description='Tox ctypes wrapping into Python'
long_description='Tox ctypes wrapping of c-toxcore into Python3'
url='https://git.plastiras.org/emdee/toxygen_wrapper/'
@@ -20,19 +19,10 @@ keywords='ctypes Tox messenger'
[options]
zip_safe = false
#python_requires = >=3.6
include_package_data = false
python_requires = >=3.6
package_dir=
=src
packages = ["tox_wrapper", "tox_wrapper.tests"]
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
tox_wrapper_tests = tox_wrapper.tests.tests_wrapper:main
packages = ["toxygen_wrapper", "toxygen_wrapper.tests"]
[easy_install]
zip_ok = false