Skip to content

Commit 0c1c030

Browse files
authored
Merge pull request #418 from MongoEngine/fix-setup.py
setup.py comma and related deploy problem
2 parents 345732e + ff7abad commit 0c1c030

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
@@ -68,7 +68,7 @@ def get_version(version_tuple):
6868
"Programming Language :: Python :: 3.7",
6969
"Programming Language :: Python :: 3.8",
7070
"Programming Language :: Python :: 3.9",
71-
"Programming Language :: Python :: Implementation :: PyPy"
71+
"Programming Language :: Python :: Implementation :: PyPy",
7272
"Programming Language :: Python :: Implementation :: CPython",
7373
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
7474
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)