Skip to content

Commit d69ee2a

Browse files
Merge pull request sympy#17914 from oscarbenjamin/update_whitelist
Update release whitelist and package_data in setup
2 parents 5f88b9c + 2fe325f commit d69ee2a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

release/rever.xsh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,10 +1035,14 @@ git_whitelist = {
10351035
'.ci/generate_durations_log.sh',
10361036
'.ci/parse_durations_log.py',
10371037
'.ci/blacklisted.json',
1038+
'.ci/README.rst',
1039+
'.github/FUNDING.yml',
10381040
'.editorconfig',
10391041
'.coveragerc',
1042+
'coveragerc_travis',
10401043
'codecov.yml',
10411044
'pytest.ini',
1045+
'MANIFEST.in',
10421046
# Code of conduct
10431047
'CODE_OF_CONDUCT.md',
10441048
# Pull request template
@@ -1130,4 +1134,6 @@ tarball_whitelist = {
11301134
'sympy.egg-info/top_level.txt',
11311135
'sympy.egg-info/not-zip-safe',
11321136
'sympy.egg-info/entry_points.txt',
1137+
# Not sure where this is generated from...
1138+
'doc/commit_hash.txt',
11331139
}

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ def run(self):
440440
'sympy.parsing.autolev.test-examples.pydy-example-repo': ['*.al'],
441441
'sympy.parsing.latex': ['*.txt', '*.g4'],
442442
'sympy.integrals.rubi.parsetools': ['header.py.txt'],
443+
'sympy.plotting.tests': ['test_region_*.png'],
443444
},
444445
data_files=[('share/man/man1', ['doc/man/isympy.1'])],
445446
cmdclass={'test': test_sympy,

0 commit comments

Comments
 (0)