information-retrieval

Exploration of information retrieval topics
git clone git://git.laack.co/information-retrieval.git
Log | Files | Refs

pyproject.toml (186B)


      1 [project]
      2 name = "information_retrieval"
      3 version = "0.1.0"
      4 [tool.setuptools.packages.find]
      5 where = ["."]
      6 [build-system]
      7 requires = ["setuptools"]
      8 build-backend = "setuptools.build_meta"