Skip to content

Commit ac22c62

Browse files
committed
fixed missing colon
1 parent 2ca2283 commit ac22c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_version(package):
3030
"Framework :: Django",
3131
"License :: OSI Approved :: BSD License",
3232
"Operating System :: OS Independent",
33-
"Programming Language :: Python :: 2.6"
33+
"Programming Language :: Python :: 2.6",
3434
"Programming Language :: Python :: 2.7",
3535
"Programming Language :: Python :: 3.3",
3636
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)