sampy3/setup.cfg
2023-02-10 04:18:25 +01:00

40 lines
803 B
INI

[metadata]
name = sampy
description = GTA:SA Multiplayer (SAMP) server for Python
version = 0.0.1
author = Sunpy
license = GNU
license_files = LICENSE
platforms = unix, linux, osx, cygwin, win32
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
package_dir =
=sampy
packages = find:
python_requires = >=3.8
include_package_data = true
[options.packages.find]
where = sampy
[options.extras_require]
testing =
pytest>=7.0
pytest-cov>=3.0
mypy>=0.960
flake8>=4.0
tox>=3.25
[options.package_data]
sampy = py.typed
[flake8]
max-line-length = 160