SteamMoneyEstimator/SteamMoneyEstimator.nimble

14 lines
340 B
Nim

# Package
version = "1.0.1"
author = "Michael Yick"
description = "Estimates how much money a piece of software makes on steam using information about its reviews."
license = "AGPL-3.0-only"
srcDir = "src"
bin = @["SteamMoneyEstimator"]
binDir = "bin"
# Dependencies
requires "nim >= 1.6.10"