Skip to content

Commit

Permalink
Merge pull request #315 from MarcCote/fix_cffi_deps
Browse files Browse the repository at this point in the history
Remove setup_require in setup.py
  • Loading branch information
MarcCote committed May 31, 2023
2 parents 825ca37 + 4916466 commit 2f7f949
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ 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.4rc2'
__prerelease__ = '1.5.4rc3'

0 comments on commit 2f7f949

Please sign in to comment.