Skip to content

Commit

Permalink
Cleans up maturin artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Nov 9, 2022
1 parent 7c6f403 commit 005baa9
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
requires-python = ">=3.7"
requires-dist = ["httpx"]
[package.metadata.maturin.project-url]
Github = "https://github.com/kushaldas/johnnycanencrypt"

0 comments on commit 005baa9

Please sign in to comment.