brotherton-erpnext/setup.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
106 B
Python
Raw Normal View History

2022-06-29 06:53:17 +00:00
# TODO: Remove this file when v15.0.0 is released
from setuptools import setup
2022-06-29 06:53:17 +00:00
name = "frappe"
2022-06-29 06:53:17 +00:00
setup()