Skip to content

Commit

Permalink
Merge pull request #317 from MarcCote/fix_cffi
Browse files Browse the repository at this point in the history
Somehow setup_require was missing.
  • Loading branch information
MarcCote committed May 31, 2023
2 parents 4a387b7 + e235793 commit 95cafe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def run(self):
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
cffi_modules=["glk_build.py:ffibuilder"],
setup_requires=['cffi>=1.0.0'],
install_requires=open('requirements.txt').readlines(),
test_suite='nose.collector',
tests_require=[
Expand Down
2 changes: 1 addition & 1 deletion textworld/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.5.4'
__prerelease__ = '1.5.4rc4'
__prerelease__ = '1.5.4rc5'

0 comments on commit 95cafe3

Please sign in to comment.