Skip to content

Commit e61215d

Browse files
authored
Remove useless cruft from setup.py (#414)
1 parent 442751e commit e61215d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

setup.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ def extract_requirements(filename):
4848
keywords=["Swagger", "OpenAPI", "Kubernetes", "OpenShift"],
4949
install_requires=extract_requirements('requirements.txt'),
5050
packages=find_packages(include='openshift.*'),
51-
include_package_data=True,
52-
data_files=[
53-
('requirements.txt', ['requirements.txt'])
54-
],
5551
long_description='Python client for OpenShift http://openshift.redhat.com/',
5652
classifiers=[
5753
"Development Status :: %s" % DEVELOPMENT_STATUS,
@@ -66,7 +62,4 @@ def extract_requirements(filename):
6662
"Programming Language :: Python :: 3",
6763
"Programming Language :: Python :: 3.5",
6864
],
69-
entry_points={
70-
'console_scripts': ['openshift-ansible-gen = openshift.ansiblegen.cli:commandline']
71-
},
7265
)

0 commit comments

Comments
 (0)