Skip to content
Snippets Groups Projects
Commit e60b6ca9 authored by David Keitel's avatar David Keitel
Browse files

setup fixes

 -drop where="pyfstat" from find_packages()
 -fix license file path
 -add descriptions
 -remove pycuda from requirements.txt
 -add lalsuite to both install_requires and requirements.txt
 -refs #17
parent 6057a8ed
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ tqdm
bashplotlib
peakutils
pathos
pycuda
lalsuite
[metadata]
license_file = LICENSE.txt
license_file = LICENSE
[flake8]
exclude = .git,docs,build,dist,tests,*__init__.py
......
......@@ -13,7 +13,10 @@ setup(
version="0.2",
author="Gregory Ashton",
author_email="gregory.ashton@ligo.org",
packages=find_packages(where="pyfstat"),
description="python wrappers for lalpulsar F-statistic code",
long_description=long_description,
long_description_content_type='text/markdown',
packages=find_packages(),
include_package_data=True,
package_data={
"pyfstat": [
......@@ -31,5 +34,6 @@ setup(
"bashplotlib",
"peakutils",
"pathos",
"lalsuite",
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment