Skip to content

Commit

Permalink
Prepares for PyPI distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Lorenc committed Jan 18, 2020
1 parent 8a026f1 commit 2465a39
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Inside of setup.cfg
[metadata]
description-file = README.md
13 changes: 12 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
url='https://github.com/evilmint/aws-openapi-lint',
description='AWS API Gateway OpenAPI spec linter.',
author='Aleksander Lorenc',
license = 'MIT',
author_email='lorencaleksander@gmail.com',
packages=find_packages(),
include_package_data=True,
Expand All @@ -14,5 +15,15 @@
'console_scripts': [
'aws-openapi-lint=aws_openapi_lint:cli'
]
}
},
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
)

0 comments on commit 2465a39

Please sign in to comment.