Commit 1bbab881 authored by 赵小蒙's avatar 赵小蒙
Browse files

修改打包项目名称

parent d5dbed73
from setuptools import setup, find_packages from setuptools import setup, find_packages
setup( setup(
name="Magic-PDF", # 项目名 name="magic_pdf", # 项目名
version="0.1.0", # 版本号 version="0.1.0", # 版本号
packages=find_packages(), # 包含所有的包 packages=find_packages(), # 包含所有的包
install_requires=['PyMuPDF>=1.23.25', install_requires=['PyMuPDF>=1.23.25',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment