7 lines
106 B
Python
7 lines
106 B
Python
# TODO: Remove this file when v15.0.0 is released
|
|
from setuptools import setup
|
|
|
|
name = "frappe"
|
|
|
|
setup()
|