Skip to content

Commit

Permalink
revert: python packaging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Sep 16, 2024
1 parent 75619ac commit 75200be
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 339 deletions.
9 changes: 4 additions & 5 deletions pkg/fanal/analyzer/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,10 @@ const (
TypeCondaEnv Type = "conda-environment"

// Python
TypePythonPkg Type = "python-pkg"
TypePythonPkgEgg Type = "python-egg"
TypePip Type = "pip"
TypePipenv Type = "pipenv"
TypePoetry Type = "poetry"
TypePythonPkg Type = "python-pkg"
TypePip Type = "pip"
TypePipenv Type = "pipenv"
TypePoetry Type = "poetry"

// Go
TypeGoBinary Type = "gobinary"
Expand Down
186 changes: 0 additions & 186 deletions pkg/fanal/analyzer/language/python/packaging/egg.go

This file was deleted.

145 changes: 0 additions & 145 deletions pkg/fanal/analyzer/language/python/packaging/egg_test.go

This file was deleted.

Loading

0 comments on commit 75200be

Please sign in to comment.