Skip to content

Commit 9a3c8fc

Browse files
committed
* Rename License
* Add Manifest.in * Rm pycodestyle * Update setup.py to include tests
1 parent ab7cf76 commit 9a3c8fc

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Diff for: LICENSE renamed to LICENSE.txt

File renamed without changes.

Diff for: MANIFEST.in

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
include *.md
2+
include *.txt
3+
include .coveragerc
4+
include coverage
5+
include pylint
6+
recursive-include mlfinlab *.csv
7+
recursive-include scripts *.py

Diff for: pycodestyle

-2
This file was deleted.

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
#
121121
# py_modules=["my_module"],
122122
#
123-
packages=find_packages(exclude=['contrib', 'docs', 'tests']), # Required
123+
packages=find_packages(exclude=['contrib', 'docs']), # Required
124124

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

0 commit comments

Comments
 (0)