chore: follow PEP 8 package name rule

This commit is contained in:
Mikucat 2024-01-16 11:39:57 +08:00
parent fd92d0365f
commit bc4158fc10
No known key found for this signature in database
GPG Key ID: CE6B09A6F462E04D

View File

@ -1,6 +1,6 @@
# coding=utf-8
from distutils.core import setup, Extension
setup(name='_judger',
setup(name='judger',
version='2.1',
packages=["_judger"])
packages=["_judger"])