updates
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2024-02-02 03:14:37 +00:00
parent 6aca75d2cb
commit 74a29f7ce3
8 changed files with 82 additions and 44 deletions

View File

@@ -1,9 +1,7 @@
[metadata]
classifiers =
License :: OSI Approved
License :: OSI Approved :: BSD 1-clause
Intended Audience :: Web Developers
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: BSD :: FreeBSD
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
@@ -15,28 +13,26 @@ classifiers =
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/',
keywords='ctypes Tox messenger',
author='Ingvar',
description='Tox ctypes wrapping into Python'
long_description='Tox ctypes wrapping of c-toxcore into Python3'
url='https://git.plastiras.org/emdee/toxygen_wrapper/'
keywords='ctypes Tox messenger'
[options]
zip_safe = false
python_requires = ~=3.6
#python_requires = >=3.6
include_package_data = false
install_requires =
ctypes
package_dir=
=src
packages=find:
packages = ["tox_wrapper", "tox_wrapper.tests"]
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
tox_wrapper_tests = tox_wrapper.tests_wrapper:main
tox_wrapper_tests = tox_wrapper.tests.tests_wrapper:main
[easy_install]
zip_ok = false