调整版本并做测试
This commit is contained in:
10
setup.py
10
setup.py
@@ -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',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user