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
Hi there,
While this project may not be in very active development, it will be a good idea to have a version interface.
The end result in flor/__init__.py should be something like:
# DCSO - Flor # Copyright (c) 2016, 2017, DCSO GmbH. All rights reserved. from .filter import BloomFilter from .fnv import fnv_1, fnv_1a __version__ = '1.1.3'
Of course where you get this version from and how you manage it on github is up to you - there are many possibilities. And update the copyright :-)
I am working on packaging latest plaso for Gentoo, so I added this patch directly in my overlay, will be happy to have it upstreamed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
While this project may not be in very active development, it will be a good idea to have a version interface.
The end result in flor/__init__.py should be something like:
Of course where you get this version from and how you manage it on github is up to you - there are many possibilities. And update the copyright :-)
I am working on packaging latest plaso for Gentoo, so I added this patch directly in my overlay, will be happy to have it upstreamed.
The text was updated successfully, but these errors were encountered: