1 Star 2 Fork 0

Gitee 极速下载/hxu296_tariff

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/hxu296/tariff
克隆/下载
setup.py 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
from setuptools import setup, find_packages
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setup(
name="tariff",
version="1.0.0",
author="Python Economist",
author_email="huan.xu71@gmail.com",
description="Make importing great again! A parody package that imposes tariffs on Python imports.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/hxu296/tariff",
packages=find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
],
python_requires=">=3.6",
keywords="import, tariff, parody, monkey-patch",
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/hxu296_tariff.git
git@gitee.com:mirrors/hxu296_tariff.git
mirrors
hxu296_tariff
hxu296_tariff
main

搜索帮助