summaryrefslogtreecommitdiff
path: root/passlib/_setup/__init__.py
blob: 814c93a9d984409549d825cbaa8ad3000a262a14 (plain)
1
2
3
4
5
"""passlib.setup - helpers used by passlib's setup.py script

note that unlike the rest of passlib, the code in this package must
work *unaltered* under both python 2 & 3
"""