Skip to content

Commit

Permalink
Merge pull request #15 from cjsheets/dev
Browse files Browse the repository at this point in the history
add requirements as package dependency
  • Loading branch information
cjsheets authored Mar 18, 2018
2 parents 6f8b366 + 6351fc2 commit 419f226
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Chad Sheets
Copyright (c) 2018 Chad Sheets

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
recursive-include rtd_dropdown *.ico *.js *.css *.png *.html *.eot *.svg *.ttf *.woff *.yml
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
include requirements.txt
include LICENSE
include README.md
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#git+http://github.com/cjsheets/mkdocs.git@dev#egg=mkdocs
#mkdocs
mkdocs
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.0.10'
VERSION = '0.0.11'

with open("requirements.txt") as data:
install_requires = [
Expand Down

0 comments on commit 419f226

Please sign in to comment.