Skip to content

Commit

Permalink
Distribuir carpeta examples/
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Oct 8, 2016
1 parent 673d649 commit 54b764e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include CHANGES.rst README.md LICENSE.txt
include examples/*
exclude MANIFEST.in
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-

import sys
from glob import glob
from setuptools import setup, find_packages

sys.path.insert(0, 'bormeparser')
Expand Down Expand Up @@ -42,6 +43,7 @@ def get_install_requires():
setup(
name='bormeparser',
packages=find_packages(exclude=['*.tests']),
package_data={'bormeparser': ['examples/*']},
version=__version__,
description="bormeparser is a Python library for parsing BORME files",
long_description=long_description,
Expand Down

0 comments on commit 54b764e

Please sign in to comment.