Skip to content

Commit

Permalink
* Rename License
Browse files Browse the repository at this point in the history
* Add Manifest.in
* Rm pycodestyle
* Update setup.py to include tests
  • Loading branch information
Jackal08 committed Apr 17, 2019
1 parent ab7cf76 commit 9a3c8fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
File renamed without changes.
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include *.md
include *.txt
include .coveragerc
include coverage
include pylint
recursive-include mlfinlab *.csv
recursive-include scripts *.py
2 changes: 0 additions & 2 deletions pycodestyle

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
#
# py_modules=["my_module"],
#
packages=find_packages(exclude=['contrib', 'docs', 'tests']), # Required
packages=find_packages(exclude=['contrib', 'docs']), # Required

# Specify which Python versions you support. In contrast to the
# 'Programming Language' classifiers above, 'pip install' will check this
Expand Down

0 comments on commit 9a3c8fc

Please sign in to comment.