Skip to content
New issue

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

2nd typo in setup.py #2

Closed
ninSmith opened this issue Feb 10, 2017 · 1 comment
Closed

2nd typo in setup.py #2

ninSmith opened this issue Feb 10, 2017 · 1 comment

Comments

@ninSmith
Copy link

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:

packages=['thehive4py']

While the folder is named TheHive4py.

Not sure what's the best practice between renaming the folder or line 15...

@ninSmith
Copy link
Author

=> renaming the folder

jeromeleonard added a commit that referenced this issue Feb 10, 2017
Kamforka added a commit that referenced this issue Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants