Skip to content

Commit

Permalink
Merge pull request #142 from timkpaine/conda
Browse files Browse the repository at this point in the history
bundle license for conda
  • Loading branch information
timkpaine authored Apr 21, 2021
2 parents a019b34 + cd101e4 commit ebcd62f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
graft ffn
include LICENSE
include LICENSE.txt
include README.rst

include setup.cfg
Expand Down
2 changes: 1 addition & 1 deletion ffn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

core.extend_pandas()

__version__ = (0, 3, 5)
__version__ = (0, 3, 6)
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
license="MIT",
install_requires=[
"decorator>=4",
"future>=0.15",
"matplotlib>=1",
"numpy>=1.5",
"pandas>=0.19",
"pandas-datareader>=0.2",
"tabulate>=0.7.5",
"matplotlib>=1",
"scikit-learn>=0.15",
"scipy>=0.15",
"future>=0.15",
"tabulate>=0.7.5",
],
extras_require={
"dev": [
Expand Down

0 comments on commit ebcd62f

Please sign in to comment.