mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 01:34:10 +00:00
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()
|