Skip to content

Commit cdb750b

Browse files
committed
fix platforms definition so upload to pypi will work
1 parent c96f72d commit cdb750b

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
@@ -130,7 +130,7 @@ def find_package_data(
130130
'Environment :: Console',
131131
],
132132

133-
platforms = ('Any',),
133+
platforms = ['Any'],
134134

135135
scripts = ['virtualenvwrapper.sh',
136136
],

0 commit comments

Comments
 (0)