include package data (#86)
This commit is contained in:
committed by
GitHub
parent
241b40f4d6
commit
555dc8fb2d
+3
-1
@@ -1,3 +1,5 @@
|
||||
include LICENSE
|
||||
include LICENSE-BSD3.txt
|
||||
include LICENSE-CC-BY.txt
|
||||
include README.md
|
||||
include requirements.txt
|
||||
recursive-include mlxtend/data *.csv *.csv.gz *.txt
|
||||
|
||||
-10032
File diff suppressed because it is too large
Load Diff
@@ -16,7 +16,10 @@ setup(name='mlxtend',
|
||||
author_email='mail@sebastianraschka.com',
|
||||
url='https://github.com/rasbt/mlxtend',
|
||||
packages=find_packages(),
|
||||
package_data={'': ['LICENSE', 'README.md', 'requirements.txt']
|
||||
package_data={'': ['LICENSE-BSD3.txt',
|
||||
'LICENSE-CC-BY.txt',
|
||||
'README.md',
|
||||
'requirements.txt']
|
||||
},
|
||||
include_package_data=True,
|
||||
install_requires=['numpy>=1.10.4', 'scipy>=0.17'],
|
||||
|
||||
Reference in New Issue
Block a user