source: fullrmc-pkg/pdbparser/zipsafe.patch @ 4687

Last change on this file since 4687 was 4383, checked in by toby, 4 years ago

upload files for conda builds

File size: 452 bytes
Line 
1*** /tmp/setup.py-orig  2020-03-30 15:38:05.000000000 -0500
2--- setup.py    2020-03-30 16:14:24.000000000 -0500
3***************
4*** 206,211 ****
5--- 206,212 ----
6                  # Dependent packages (distributions)
7                  install_requires=['pysimplelog','pypref'], # it also needs numpy, but this is left for the user to install.
8                  setup_requires=[''],
9+                 zip_safe=False,
10                  )
11 
12  # setup
Note: See TracBrowser for help on using the repository browser.