You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
407 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
[options.entry_points]
console_scripts =
cmd1=test_pip.someCode:function1
cmd2=test_pip.someCode:function2
my-super-command=test_pip.someCode:main