1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Remove dead version function

This commit is contained in:
Ross McFarland
2023-11-11 12:38:10 -08:00
parent c9a2c8f72b
commit 44499a996e

View File

@@ -47,10 +47,6 @@ def long_description():
return buf.getvalue()
def version():
return octodns.__VERSION__
tests_require = ('pytest>=6.2.5', 'pytest-cov>=3.0.0', 'pytest-network>=0.0.1')
setup(