Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Remove commented code in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Oz Tiram committed Mar 11, 2019
1 parent cfd5837 commit b972950
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,3 @@
)


#setup(
# author="Oz Tiram",
# author_email='[email protected]',
# classifiers=[
# 'Development Status :: 2 - Pre-Alpha',
# 'Intended Audience :: Developers',
# 'Natural Language :: English',
# 'Programming Language :: Python :: 3',
# 'Programming Language :: Python :: 3.5',
# 'Programming Language :: Python :: 3.6',
# ],
# description=(
# "launch kubernetes clusters on OpenStack using ansible-kubespray"),
# install_requires=requirements,
# long_description=readme,
# include_package_data=True,
# keywords='colt',
# name='colt',
# packages=find_packages(include=['colt']),
# setup_requires=setup_requirements,
# test_suite='tests',
# tests_require=test_requirements,
# url='https://github.com/oz123/colt',
# version='0.1.0',
# zip_safe=False,
#)

0 comments on commit b972950

Please sign in to comment.