Mercurial > public > bitcaviar-plus
comparison setup.cfg @ 26:7d3cc440e578
add setup.py
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sun, 21 Nov 2021 18:54:10 +0100 |
parents | 650b11261b2c |
children |
comparison
equal
deleted
inserted
replaced
25:c75ee64c812c | 26:7d3cc440e578 |
---|---|
17 [options] | 17 [options] |
18 package_dir = | 18 package_dir = |
19 = src | 19 = src |
20 packages = find: | 20 packages = find: |
21 python_requires = >=3.8 | 21 python_requires = >=3.8 |
22 install_requires = | |
23 plyvel~=1.3.0 | |
24 testfixtures~=6.18.3 | |
22 | 25 |
23 [options.packages.find] | 26 [options.packages.find] |
24 where = src | 27 where = src |