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
In [1]: import hxntools In [2]: hxntools.__version__ --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[2], line 1 ----> 1 hxntools.__version__ AttributeError: module 'hxntools' has no attribute '__version__' In [3]: import versioneer In [4]: versioneer.get_version() Out[4]: '0.6.0'
The text was updated successfully, but these errors were encountered:
I think we need to have a non-empty __init__ file, such as in https://github.com/NSLS-II/scientific-python-cookiecutter/blob/main/%7B%7B%20cookiecutter.repo_name%20%7D%7D/%7B%7B%20cookiecutter.package_dir_name%20%7D%7D/__init__.py.
__init__
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: