浏览代码

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 ;)
version-14
Gavin D'souza 3 年前
父节点
当前提交
cb28af838e
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      setup.py

+ 6
- 0
setup.py 查看文件

@@ -0,0 +1,6 @@
# TODO: Remove this file when bench >=v5.11.0 is adopted / v15.0.0 is released
from setuptools import setup

name = "frappe"

setup()

正在加载...
取消
保存