Skip to content

Commit

Permalink
Removed install-deps, fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
mwshinn committed May 30, 2021
1 parent 8c4c9f2 commit 0286f67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

from setuptools import setup

from cand._version import __version__
with open("cand/_version.py") as f:
exec(f.read())

with open("README.md", "r") as f:
long_desc = f.read()
Expand Down

0 comments on commit 0286f67

Please sign in to comment.