mirror of
https://github.com/QingdaoU/Judger.git
synced 2024-12-27 23:41:42 +00:00
chore: follow PEP 8 package name rule
This commit is contained in:
parent
fd92d0365f
commit
bc4158fc10
@ -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"])
|
||||
|
Loading…
Reference in New Issue
Block a user