11 lines
246 B
INI
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
|