Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Sep 27, 2024
1 parent 2878a87 commit f164552
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
long_description_content_type='text/markdown',

data_files = [
'share/openfisca/openfisca-tunisia',
['CHANGELOG.md', 'README.md'],
'share/openfisca/openfisca-tunisia',
['CHANGELOG.md', 'LICENSE.AGPL.txt', 'README.md'],
],
extras_require = {
'dev': [
Expand All @@ -44,7 +44,7 @@
'scipy >=1.10.1, <2.0', # Only used to test de_net_a_brut reform
'requests >=2.28.2, <3.0',
'yamllint >=1.30.0, <2.0'
],
],
'notebook' : [
'ipykernel >= 4.8',
'jupyter-client >= 5.2',
Expand All @@ -66,6 +66,6 @@
('**.py', 'python', None),
]},
packages = find_namespace_packages(exclude = [
'openfisca_tunisia.tests*',
'tests*',
]),
)

0 comments on commit f164552

Please sign in to comment.