File size: 258 Bytes
478308a
 
 
 
 
 
 
 
 
 
 
 
c19ce61
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[metadata]
name = marcai
version = 1.0.0

[options]
packages = find:

[options.entry_points]
console_scripts =
    process = marcai:process.main
    predict = marcai:predict.main
    train = marcai:train.main
    find_matches = marcai:find_matches.main