Skip to content

Commit

Permalink
setup.py: Fix url and add Python 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Spredzy committed Nov 7, 2016
1 parent 1ed9743 commit 24f2dbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@ def _get_readme():
from configuration file',
long_description=_get_readme(),
install_requires=_get_requirements(),
url='https://github.com/redhat-cip/lecm',
url='https://github.com/Spredzy/lecm',
license='Apache v2.0',
include_package_data=True,
classifiers=[
Expand All @@ -61,6 +61,7 @@ def _get_readme():
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 24f2dbb

Please sign in to comment.