diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..aa76bae --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal=0 diff --git a/setup.py b/setup.py index 88e98ef..c7f4f7e 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ ], # What does your project relate to? - keywords='license check', + keywords='license check build tool', # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). @@ -76,8 +76,9 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - #install_requires=['peppercorn'], + install_requires=['argparse', 'configparser'], + python_requires='>=3', # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax, # for example: