Skip to content

Commit

Permalink
Include missing requirements file and other files
Browse files Browse the repository at this point in the history
Also include additional test files and simplify some of the directory inclusion
  • Loading branch information
toddrme2178 authored Nov 22, 2019
1 parent 895470e commit d3286ef
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ include AUTHORS.rst
include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.md
include README.rst

include Makefile
include requirements*.txt
include tox.ini

graft docs
graft examples
graft tests

recursive-include chartify *

recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif *.py
recursive-include chartify/_core docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif *.py

0 comments on commit d3286ef

Please sign in to comment.