Browse Source

Remove dead version function

pull/1099/head
Ross McFarland 2 years ago
parent
commit
44499a996e
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      setup.py

+ 0
- 4
setup.py 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(


Loading…
Cancel
Save