From 005baa993bdad384fc3df99d1e4243cd0663ce23 Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Wed, 9 Nov 2022 13:24:12 +0100 Subject: [PATCH] Cleans up maturin artifacts --- Cargo.toml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9535fcc..22ad1de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,26 +33,3 @@ sshkeys = "0.3.2" [dependencies.pyo3] version = "0.17.3" - -[package.metadata.maturin] -classifier = [ - "Development Status :: 4 - Beta", - "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", - "Programming Language :: Rust", - "Programming Language :: Python", - "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: Implementation :: CPython", - "Topic :: Software Development :: Libraries", - "Topic :: Software Development :: Libraries :: Python Modules" -] -maintainer = "Kushal Das" -maintainer-email = "mail@kushaldas.in" -requires-python = ">=3.7" -requires-dist = ["httpx"] -[package.metadata.maturin.project-url] -Github = "https://github.com/kushaldas/johnnycanencrypt" -