mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-12-18 19:32:20 -06:00
8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
[console_scripts]
|
|
twine = twine.__main__:main
|
|
|
|
[twine.registered_commands]
|
|
check = twine.commands.check:main
|
|
register = twine.commands.register:main
|
|
upload = twine.commands.upload:main
|