This commit is contained in:
22
setup.cfg
22
setup.cfg
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user