Skip to content

Commit

Permalink
Release v1.4.4: Remove cython dependency from setup.py
Browse files Browse the repository at this point in the history
The directive 'install_requires=["cython"]' apparently causes the pyprinttags
script to depend on cython.
  • Loading branch information
supermihi committed Oct 27, 2018
1 parent cde56c3 commit 4b17dd7
Show file tree
Hide file tree
Showing 4 changed files with 1,397 additions and 754 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

pytaglib 1.4.4 (2018/10/27)
---------------------------
- Remove cython dependency from setup.py (thanks to Popkornium18 for reporting)

pytaglib 1.4.3 (2018/02/25)
---------------------------
- Fix accidental upload of the Windows version to PyPI. Hopefully fixes #42, #43.
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ def version():
py_modules=['pyprinttags'],
entry_points={'console_scripts': ['{0} = pyprinttags:script'.format(script_name)]},
test_suite='tests',
install_requires=['Cython']
)
Loading

0 comments on commit 4b17dd7

Please sign in to comment.