Skip to content

Commit

Permalink
Document Python 3 support (#135)
Browse files Browse the repository at this point in the history
* setup: Add classifier for Python 3

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>

* readme: Add Python 3 in required software

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
  • Loading branch information
rst0git authored Apr 19, 2021
1 parent b2978be commit f8b2019
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dataplane and is independent of OpenFlow. We also added several

The following software is required to run PTF:

* Python 2.7
* Python 2.7 or 3.x
* Scapy
* pypcap (optional - VLAN tests will fail without this)
* tcpdump (optional - Scapy will complain if it's missing)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache License',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
]
)

0 comments on commit f8b2019

Please sign in to comment.