Skip to content

Commit

Permalink
Merge pull request #10 from brandonwillard/update-setup-versions
Browse files Browse the repository at this point in the history
Update version requirements and setuptools testing
  • Loading branch information
algernon authored Sep 3, 2018
2 parents a3e86d9 + bf1c517 commit cfa2bdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
setup(
name="adderall",
version="2.0.0",
install_requires=['hy>=0.10', 'monaxhyd>=0.1.0'],
install_requires=['hy>=0.15', 'monaxhyd>=0.2.1'],
packages=find_packages(exclude=['tests', 'tests.extra', 'tests.schemer']),
package_data={
'adderall': ['*.hy'],
'adderall.extra': ['*.hy'],
'adderall.extra.cheezburger': ['*.hy'],
},
test_suite='nose.collector',
tests_require=['nose'],
author="Gergely Nagy",
author_email="algernon@madhouse-project.org",
long_description="""a miniKanren implementation in Hy.""",
Expand Down

0 comments on commit cfa2bdc

Please sign in to comment.