Skip to content

Commit a143b56

Browse files
authored
Merge pull request statsmodels#6117 from MQQ/master
BUG: Remove extra LICENSE.txt and setup.cfg
2 parents e2d768a + 8e7e542 commit a143b56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,7 @@ def is_pure(self):
344344
setup_requires=SETUP_REQUIRES,
345345
install_requires=INSTALL_REQUIRES,
346346
extras_require=EXTRAS_REQUIRE,
347-
zip_safe=False,
348-
data_files=[('', ['LICENSE.txt', 'setup.cfg'])]
347+
zip_safe=False
349348
)
350349

351350
# Clean-up copied files

0 commit comments

Comments
 (0)