Change app name to federated-storage-middleware

This commit is contained in:
Tobias Eidelpes 2020-11-22 12:10:58 +01:00
parent 89a047023a
commit 0f02e4ea24

View File

@ -5,7 +5,7 @@ from setuptools import find_packages, setup
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='homeschooling-be-app', name='federated-storage-middleware',
version='0.0.0', version='0.0.0',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,