mirror of
https://github.com/mandiant/capa.git
synced 2025-12-21 23:00:29 -08:00
setup.py: set PyPI project name to flare-capa for now
This commit is contained in:
2
setup.py
2
setup.py
@@ -25,7 +25,7 @@ with open(os.path.join("capa", "version.py"), "rb") as f:
|
|||||||
|
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="capa",
|
name="flare-capa",
|
||||||
version=__version__,
|
version=__version__,
|
||||||
description="The FLARE team's open-source tool to identify capabilities in executable files.",
|
description="The FLARE team's open-source tool to identify capabilities in executable files.",
|
||||||
long_description="",
|
long_description="",
|
||||||
|
|||||||
Reference in New Issue
Block a user