mirror of
https://github.com/clearml/wexpect-venv
synced 2025-02-07 05:20:52 +00:00
aa03a0785e
Add support matrix for py3.11 and py3.12
12 lines
217 B
Python
12 lines
217 B
Python
#!/usr/bin/env python
|
|
|
|
from setuptools import setup, find_packages
|
|
|
|
setup(
|
|
# setup_requires=['pbr'],
|
|
# pbr=True,
|
|
|
|
# packages=[''],
|
|
#py_modules=['wexpect'],
|
|
packages=find_packages()
|
|
) |