Skip to content

Commit

Permalink
setup.py: Add install dependencies
Browse files Browse the repository at this point in the history
This allows pip or other package managers that use distutils to automatically
install the required dependencies.
  • Loading branch information
AbdealiLoKo committed Jan 26, 2016
1 parent 04db33f commit c7a1e43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@
url = "https://github.com/MetricsGrimoire/MediaWikiAnalysis",
packages = ["wikianalysis", "wikianalysis.db"],
data_files = [],
scripts = ["mediawiki_analysis.py", "confluence_analysis.py"])
scripts = ["mediawiki_analysis.py", "confluence_analysis.py"],
install_requires=["MySQL-python"])

0 comments on commit c7a1e43

Please sign in to comment.