mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-12-25 14:47:44 -06:00
initial commit
This commit is contained in:
Binary file not shown.
6
env/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py
vendored
Normal file
6
env/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
setuptools.setup(
|
||||
name="my-test-package",
|
||||
version="1.0",
|
||||
zip_safe=True,
|
||||
)
|
||||
Reference in New Issue
Block a user