make another copy of version in setup.py
This commit is contained in:
parent
aa565e991a
commit
47c7f2a6b1
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -1,14 +1,14 @@
|
|||
from setuptools import setup, find_packages
|
||||
from frappe.__version__ import __version__
|
||||
import os
|
||||
|
||||
version = "4.0.1"
|
||||
|
||||
with open("requirements.txt", "r") as f:
|
||||
install_requires = f.readlines()
|
||||
|
||||
setup(
|
||||
name='frappe',
|
||||
version=__version__,
|
||||
version=version,
|
||||
description='Metadata driven, full-stack web framework',
|
||||
author='Web Notes Technologies',
|
||||
author_email='info@frappe.io',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue