mirror of
https://github.com/QingdaoU/Judger.git
synced 2025-01-16 01:13:25 +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
|
# coding=utf-8
|
||||||
from distutils.core import setup, Extension
|
from distutils.core import setup, Extension
|
||||||
|
|
||||||
setup(name='_judger',
|
setup(name='judger',
|
||||||
version='2.1',
|
version='2.1',
|
||||||
packages=["_judger"])
|
packages=["_judger"])
|
Loading…
x
Reference in New Issue
Block a user