seitime-frappe/setup.py
Gavin D'souza cb28af838e fix: Add temporary backwards compatible setup.py
setup.py is maintained so that there is no hard dependency on bench
v5.11.0 and people get enough time to update their CLI. Hope the TODO
adds a subtle reminder for the future ;)
2022-06-14 18:21:48 +05:30

6 lines
134 B
Python

# TODO: Remove this file when bench >=v5.11.0 is adopted / v15.0.0 is released
from setuptools import setup
name = "frappe"
setup()