Skip to content

Commit

Permalink
Incluido tabelas no pacote
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiogarciadev committed Jun 26, 2015
1 parent 0fa8e1c commit 9855bfc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ def run_tests(self):
url='https://github.com/sped-br/python-sped',
download_url='https://github.com/sped-br/python-sped/releases',
license='MIT',
include_package_data=True,
package_data={
# If any package contains *.txt or *.rst files, include them:
#'': ['*.txt', '*.rst'],
# And include any *.msg files found in the 'hello' package, too:
'sped': ['ecd/tabelas/*'],
},
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Expand Down
2 changes: 1 addition & 1 deletion sped/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-


__version__ = '0.2.dev8'
__version__ = '0.2.dev9'

0 comments on commit 9855bfc

Please sign in to comment.