Fix version

This commit is contained in:
allegroai 2023-11-12 14:04:06 +02:00
parent da3b48ed7f
commit 4b7786d93e
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,6 @@
[metadata] [metadata]
name = wexpect-venv name = wexpect-venv
version = 4.0.1
author = Noah Spurrier, Richard Holden, Marco Molteni, Kimberley Burchett, Robert Stone, Hartmut Goebel, Chad Schroeder, Erick Tryzelaar, Dave Kirby, Ids vander Molen, George Todd, Noel Taylor, Nicolas D. Cesar, Alexander Gattin, Geoffrey Marshall, Francisco Lourenco, Glen Mabey, Karthik Gurusamy, Fernando Perez, Corey Minyard, Jon Cohen, Guillaume Chazarain, Andrew Ryan, Nick Craig-Wood, Andrew Stone, Jorgen Grahn, Benedek Racz author = Noah Spurrier, Richard Holden, Marco Molteni, Kimberley Burchett, Robert Stone, Hartmut Goebel, Chad Schroeder, Erick Tryzelaar, Dave Kirby, Ids vander Molen, George Todd, Noel Taylor, Nicolas D. Cesar, Alexander Gattin, Geoffrey Marshall, Francisco Lourenco, Glen Mabey, Karthik Gurusamy, Fernando Perez, Corey Minyard, Jon Cohen, Guillaume Chazarain, Andrew Ryan, Nick Craig-Wood, Andrew Stone, Jorgen Grahn, Benedek Racz
author-email = info@clear.ml author-email = info@clear.ml
summary = Fork of WExpect, a Windows alternative of pexpect summary = Fork of WExpect, a Windows alternative of pexpect
@ -20,6 +21,9 @@ classifier =
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
keywords = keywords =
scripting, automation, expect, pexpect, wexpect scripting, automation, expect, pexpect, wexpect

View File

@ -3,8 +3,8 @@
from setuptools import setup from setuptools import setup
setup( setup(
setup_requires=['pbr'], # setup_requires=['pbr'],
pbr=True, # pbr=True,
# packages=[''], # packages=[''],
py_modules=['wexpect'], py_modules=['wexpect'],