Skip to content

Tags: andhus/scantree

Tags

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes for windows support (#22)

* windows fix

* review fixes

* inode

* pre-commit updates

* coverage

---------

Co-authored-by: Filip Richtarik <[email protected]>

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add requires-python metadata (#23)

* Add requires-python metadata through the addition of setuptools's
  python_requires in setup.py.
   - c.f. https://peps.python.org/pep-0621/#requires-python

* The addition of requires-python is to provide guards to keep older
  CPython versions from installing releases that could contain
  unrunnable code.

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
addd back expected v prefix to version tags (#20)

v0.0.2alpha1

Toggle v0.0.2alpha1's commit message
addd back expected v prefix to version tags

0.0.2alpha0

Toggle 0.0.2alpha0's commit message
add no-vendor installation of versioneer

v0.0.1

Toggle v0.0.1's commit message
minor cleanup in README