test-pip/setup.cfg
2021-09-28 17:57:10 +02:00

11 lines
246 B
INI

[metadata]
name = test-pip
description = A test of python packaging
author = Histausse <histausse@protonmail.com>
platforms = unix, linux, osx, cygwin, win32
[options]
packages = test_pip
python_requires = >=3.6
package_dir = =src
zip_safe = no