mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-08 03:18:35 +03:00
Update pyproject.toml
Added line `[tool.setuptools]`. Fixes error that might be returned during compilation if there's more than one directory in the project's root directory: error: Multiple top-level packages discovered in a flat-layout
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
requires = ["setuptools", "setuptools-scm"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["octosuite"]
|
||||
|
||||
[project]
|
||||
name = "octosuite"
|
||||
version = "3.1.1"
|
||||
|
||||
Reference in New Issue
Block a user