diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-05-23 23:29:08 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-05-23 23:29:08 -0500 |
commit | 02c75f02551dff67e67a5823fe3015f3b7368435 (patch) | |
tree | 7d9c81cb5f3e39af45b0684efef324aad077b24a | |
parent | 00e69371d29a9e3ae3bb420adf38fab88d7566c9 (diff) | |
download | apkkit-02c75f02551dff67e67a5823fe3015f3b7368435.tar.gz apkkit-02c75f02551dff67e67a5823fe3015f3b7368435.tar.bz2 apkkit-02c75f02551dff67e67a5823fe3015f3b7368435.tar.xz apkkit-02c75f02551dff67e67a5823fe3015f3b7368435.zip |
-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', |