소스 검색

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()

불러오는 중...
취소
저장