Skip to content

Commit

Permalink
Updated setup
Browse files Browse the repository at this point in the history
  • Loading branch information
whisust committed Oct 24, 2017
1 parent 01f618e commit 05b4785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=0
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand All @@ -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:
Expand Down

0 comments on commit 05b4785

Please sign in to comment.