From 7fe38175ed693c483489ee2007b0ea7e43cfe7dc Mon Sep 17 00:00:00 2001 From: xujiao Date: Wed, 7 May 2025 16:11:38 +0800 Subject: [PATCH] update the setup.py --- netrans_py/setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/netrans_py/setup.py b/netrans_py/setup.py index d094cf5..630610e 100644 --- a/netrans_py/setup.py +++ b/netrans_py/setup.py @@ -1,7 +1,5 @@ from setuptools import setup, find_packages -with open("README.md", "r", encoding="utf-8") as fh: - long_description = fh.read() setup( name="netrans",