Fix py3 setup
See #17 (closed) for more details, this allows me to install again under both Python 3.5.3 on my Debian laptop and Python 3.6.8 on CIT.
@GregAshton I'm not really fluent in packaging and all changes are ad-hoc hacks, so please have a careful look whether these are all reasonable.
Merge request reports
Activity
mentioned in issue #17 (closed)
mentioned in merge request !24 (closed)
added 3 commits
mentioned in merge request !25 (merged)
13 13 version="0.2", 14 14 author="Gregory Ashton", 15 15 author_email="gregory.ashton@ligo.org", 16 packages=find_packages(where="pyfstat"), 16 description="python wrappers for lalpulsar F-statistic code", 17 long_description=long_description, 18 long_description_content_type='text/markdown', mentioned in commit e192147c
Please register or sign in to reply