Skip to content

Commit

Permalink
upgrade to pybars3 and PyMeta3 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
schuyler1d committed Feb 12, 2015
1 parent 79d0ddc commit c67ccf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def get_version():
url="https://github.com/mjumbewu/djangobars/",
packages=find_packages(),
install_requires=[
"pymeta",
"pybars"
"PyMeta3",
"pybars3"
],
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit c67ccf7

Please sign in to comment.