diff options
-rw-r--r-- | setup.cfg | 2 | ||||
-rw-r--r-- | setup.py | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..5aef279 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.rst @@ -34,9 +34,9 @@ setup( 'Topic :: System :: Archiving :: Packaging', 'Topic :: System :: Software Distribution', ], - keywords=('adelie', 'alpine', 'apk', 'linux', 'packaging'), - packages=['apkkit'], - install_requires=[ + keywords='adelie,alpine,apk,linux,packaging', + packages=['apkkit', 'apkkit.base', 'apkkit.io'], + requires=[ 'cryptography', 'jinja', 'pyyaml', |