forked from Cavemanon/SteamMoneyEstimator
Basic functionality added'
This commit is contained in:
13
SteamMoneyEstimator.nimble
Normal file
13
SteamMoneyEstimator.nimble
Normal file
@@ -0,0 +1,13 @@
|
||||
# Package
|
||||
|
||||
version = "1.0.0"
|
||||
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"
|
||||
Reference in New Issue
Block a user