[READ-ONLY] Mirror of https://github.com/probablykasper/deep-filter. pypi.org/project/deep-filter
package
0

Configure Feed

Select the types of activity you want to include in your feed.

Update pyproject.toml

Kasper (Sep 5, 2020, 9:53 PM +0200) 1d5470b2 c9fc5340

+2 -2
+2 -2
pyproject.toml
··· 2 2 name = "deep-filter" 3 3 version = "1.0.0" 4 4 description = "Removes values from nested dicts and lists" 5 - authors = ["KH <kasperkh.kh@gmail.com>"] 5 + authors = ["kasper.space"] 6 6 readme = 'README.md' 7 - repository = "https://github.com/spectralkh/deep-filter" 7 + repository = "https://github.com/probablykasper/deep-filter" 8 8 # homepage = "" 9 9 keywords = [ 10 10 'filter', 'remove', 'nested',