mirror of
https://github.com/bellingcat/reddit-post-scraping-tool.git
synced 2026-06-13 05:58:29 +03:00
Update pyproject.toml
Added line `[tool.setuptools]`. Fixes error that was being returned during compilation: ` * Getting build dependencies for sdist... error: Multiple top-level packages discovered in a flat-layout: ["reddit_post_scraping_tool", "Reddit Post Scraping Tool"] `
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
requires = ["setuptools", "setuptools-scm"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["reddit_post_scraping_tool"]
|
||||
|
||||
[project]
|
||||
name = "reddit-post-scraping-tool"
|
||||
version = "1.3.0.1"
|
||||
|
||||
Reference in New Issue
Block a user