Update setup.py

This commit is contained in:
bjoernellens1 2023-11-20 08:16:42 +01:00 committed by GitHub
parent 237e159bb4
commit a8c9649683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ import os
from glob import glob
from setuptools import setup
package_name = 'bot_mini_description'
package_name = 'loki_support'
setup(
name=package_name,