Skip to content
Snippets Groups Projects
Commit a7ef7d76 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Really include all datafiles

parent ca2574a3
No related branches found
No related tags found
No related merge requests found
include README.rst
recursive-include docs *.py *.rst
recursive-include replay *.sql3
......@@ -13,24 +13,14 @@ setup(
version='master',
description='Replay Attack Database Access API for Bob',
url='http://github.com/bioidiap/bob.db.replay',
license='LICENSE.txt',
license='GPLv3',
author_email='Andre Anjos <andre.anjos@idiap.ch>',
#long_description=open('doc/howto.rst').read(),
# This line is required for any distutils based packaging.
packages=find_packages(),
# Always include your .sql3 file with the package data. This will make sure
# it is packaged correctly for PyPI uploads or for any other package
# management system such as Ubuntu's.
package_data = {
'': [
'README.rst',
],
'replay': [
'db/db.sql3',
],
},
include_package_data=True,
zip_safe=False,
install_requires=[
"bob == master", # base signal proc./machine learning library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment