chore: drop MANIFEST

This commit is contained in:
Saurav Maheshkar
2023-02-23 11:30:14 +00:00
parent a3537160dc
commit 6175ee2c4c
2 changed files with 3 additions and 3 deletions
+3 -2
View File
@@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from setuptools import setup
from setuptools import find_packages
from setuptools import find_packages, setup
extras = {}
extras["quality"] = ["black ~= 22.0", "isort >= 5.5.4", "flake8 >= 3.8.3"]
@@ -24,6 +24,7 @@ setup(
name="peft",
version="0.2.0.dev0",
description="Parameter-Efficient Fine-Tuning (PEFT)",
license_files=["LICENSE"],
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
keywords="deep learning",