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