refactor: renamed app to school
This commit is contained in:
10
setup.py
10
setup.py
@@ -4,15 +4,15 @@ from setuptools import setup, find_packages
|
||||
with open('requirements.txt') as f:
|
||||
install_requires = f.read().strip().split('\n')
|
||||
|
||||
# get version from __version__ variable in community/__init__.py
|
||||
from community import __version__ as version
|
||||
# get version from __version__ variable in school/__init__.py
|
||||
from school import __version__ as version
|
||||
|
||||
setup(
|
||||
name='community',
|
||||
name='school',
|
||||
version=version,
|
||||
description='Community App',
|
||||
description='school App',
|
||||
author='Frappe',
|
||||
author_email='jannat@erpnext.com',
|
||||
author_email='school@frappe.io',
|
||||
packages=find_packages(),
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
|
||||
Reference in New Issue
Block a user