Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinohanlon committed Jun 25, 2017
1 parent 9d5126d commit 1c892d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author_email__ = 'martin@ohanlonweb.com'
__license__ = 'MIT'
__url__ = 'https://github.com/martinohanlon/minecraft-stuff'
__requires__ = ['py3minepi',]
#__requires__ = ['py3minepi',]

__classifiers__ = [
# "Development Status :: 3 - Alpha",
Expand Down Expand Up @@ -35,5 +35,5 @@
author_email = __author_email__,
license= __license__,
packages = [__project__],
install_requires = __requires__,
# install_requires = __requires__,
zip_safe=False)

0 comments on commit 1c892d2

Please sign in to comment.