Skip to content

Commit de43596

Browse files
type checking enabled
1 parent 5ca3780 commit de43596

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
"Operating System :: OS Independent",
2424
"Topic :: Software Development :: Libraries :: Python Modules",
2525
"Topic :: Utilities",
26-
"Environment :: Plugins",
27-
28-
],
26+
"Environment :: Plugins"],
2927
entry_points={
3028
"console_scripts": ["random_profile = random_profile.__main__:main"],
3129
},

0 commit comments

Comments
 (0)