Skip to content

Commit

Permalink
Merge pull request #44 from lachmanfrantisek/better-setup-py
Browse files Browse the repository at this point in the history
Better setup py
  • Loading branch information
lachmanfrantisek authored Mar 28, 2018
2 parents d4f15aa + d56b13c commit 4fde179
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
setup(
name='colin',
version='0.0.1',
description="Tool to check generic rules/best-practices for containers/images/dockerfiles.",
packages=find_packages(),
install_requires=[
'Click',
Expand All @@ -18,4 +19,19 @@
"config/fedora.json",
"config/redhat.json"])],
license='GPLv3+',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3',
'Topic :: Software Development',
'Topic :: Software Development :: Quality Assurance',
'Topic :: Utilities',
],
keywords='containers,sanity,linter',
author='Red Hat',
author_email='[email protected]',
url='https://github.com/user-cont/colin',
)

0 comments on commit 4fde179

Please sign in to comment.