Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
port to Python3: mention supported Python versions in setup.py
Browse files Browse the repository at this point in the history
Added classifiers for supported Python versions 2.7 and 3.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
  • Loading branch information
Ed Bartosh committed Aug 31, 2017
1 parent c6b1f3d commit 8ad1608
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ def get_version():
"can be copied or flashed a lot faster with bmaptool "
"than with traditional tools like \"dd\" or \"cp\". See "
"source.tizen.org/documentation/reference/bmaptool for "
"more information."
"more information.",
classifiers=[
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3"
]
)

0 comments on commit 8ad1608

Please sign in to comment.