We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing:
dc@3356cc050db4:~/InTheMiddle/TheHive4py$ sudo python setup.py install running install running bdist_egg running egg_info creating thehive4py.egg-info writing requirements to thehive4py.egg-info/requires.txt writing thehive4py.egg-info/PKG-INFO writing top-level names to thehive4py.egg-info/top_level.txt writing dependency_links to thehive4py.egg-info/dependency_links.txt writing manifest file 'thehive4py.egg-info/SOURCES.txt' error: package directory 'thehive4py' does not exist
Because line 15 of setup.py is:
setup.py
packages=['thehive4py']
While the folder is named TheHive4py.
TheHive4py
Not sure what's the best practice between renaming the folder or line 15...
The text was updated successfully, but these errors were encountered:
=> renaming the folder
Sorry, something went wrong.
#1 #2 fix typos
b469c93
integration test attemp #2
7bddeb7
No branches or pull requests
When installing:
Because line 15 of
setup.py
is:While the folder is named
TheHive4py
.Not sure what's the best practice between renaming the folder or line 15...
The text was updated successfully, but these errors were encountered: