Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ANISH-GOTTAPU authored Jan 31, 2024
1 parent c3937bd commit e8895fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Topic :: Software Development :: Testing :: Testbed Reservation",
"Topic :: Software Development :: Testing :: Traffic Generation",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
Expand All @@ -45,4 +45,4 @@
packages=[pkg_name],
python_requires=">=2.7, <4",
install_requires=install_requires,
)
)

0 comments on commit e8895fc

Please sign in to comment.