fixed word order

This commit is contained in:
2025-05-21 11:59:11 +03:00
parent 0e85b905e7
commit a4c9125b90
2 changed files with 1 additions and 5 deletions

View File

@@ -1,4 +0,0 @@
{
"python.languageServer": "None",
"python.analysis.typeCheckingMode": "off"
}

View File

@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name='backend-signlib',
name='signlib-backend',
packages=find_packages(),
version='0.1.0',
)