Skip to content

Commit

Permalink
Remove useless cruft from setup.py (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianvf authored Dec 17, 2021
1 parent 442751e commit e61215d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ def extract_requirements(filename):
keywords=["Swagger", "OpenAPI", "Kubernetes", "OpenShift"],
install_requires=extract_requirements('requirements.txt'),
packages=find_packages(include='openshift.*'),
include_package_data=True,
data_files=[
('requirements.txt', ['requirements.txt'])
],
long_description='Python client for OpenShift http://openshift.redhat.com/',
classifiers=[
"Development Status :: %s" % DEVELOPMENT_STATUS,
Expand All @@ -66,7 +62,4 @@ def extract_requirements(filename):
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
],
entry_points={
'console_scripts': ['openshift-ansible-gen = openshift.ansiblegen.cli:commandline']
},
)

0 comments on commit e61215d

Please sign in to comment.