调整版本并做测试

This commit is contained in:
2026-02-27 17:10:54 +08:00
parent fa673138f6
commit 31be9d0e97
77 changed files with 679 additions and 25 deletions

View File

@@ -8,14 +8,14 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md'), 'r', encoding='u
long_description = f.read()
setup(
name='py_enjoy',
version='5.2.2',
description='Python implementation of JFinal Template Engine',
name='py-enjoy',
version='1.0.1',
description='JFinal-Enjoy Python 3.9+ 实现,基于5.2.2版本',
long_description=long_description,
long_description_content_type='text/markdown',
author='James Zhan 詹波 (original), Python port by mrzhou@miw.cn',
author_email='mrzhou@miw.cn',
url='https://github.com/yourusername/py_enjoy', # 请替换为实际的GitHub仓库URL
url='https://git.miw.cn/mrzhou/py_enjoy.git', # 请替换为实际的GitHub仓库URL
license='Apache-2.0',
packages=find_packages(),
include_package_data=True,
@@ -33,5 +33,5 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Processing :: Markup',
],
keywords='template engine, jfinal, python',
keywords='template engine, jfinal, enjoy, python',
)