Skip to content

Commit

Permalink
Remove distribute dependency
Browse files Browse the repository at this point in the history
This isn't necessary and seems to be broken. distribute is a now-dead fork of setuptools, and no longer supports being installed on modern Python versions.
  • Loading branch information
AbigailBuccaneer authored Jan 8, 2019
1 parent 4bbcd90 commit d126f4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
keywords="markdown macro macros",
url="https://github.com/wnielson/markdown-macros",
install_requires=[
"distribute",
"Markdown>=2.1.1"
],
)

0 comments on commit d126f4f

Please sign in to comment.