Skip to content

Commit

Permalink
cleaning up toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkc committed Apr 6, 2024
1 parent 6733661 commit 05c378a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
[package]
name = "pip-udeps"
name = "pyprune"
version = "0.1.0"
authors = ["Lev Ostatnigrosh <[email protected]>"]
description = "Find unused dependencies in a Python project"
homepage = "https://github.com/bnkc/pyprune"
keywords = ["python", "prune", "dependency", "tool"]
description = "pyprune is a simple, fast and user-friendly tool to analyze python packaging."
categories = ["command-line-utilities"]
edition = "2021"
exclude = ["/benchmarks/*"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/bnkc/pyprune"
rust-version = "1.76.0"


[dependencies]
rustpython-parser = "0.3.0"
Expand Down

0 comments on commit 05c378a

Please sign in to comment.