Skip to content
Snippets Groups Projects
Commit eb9745f1 authored by Francisco Jimenez Forteza's avatar Francisco Jimenez Forteza
Browse files

RD fits package

parent b6bb8c60
No related branches found
No related tags found
No related merge requests found
Showing
with 3152 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
File added
[build-system]
requires = [
"setuptools>=42",
"wheel",
"corner",
"dynesty",
"json",
"h5py",
"qnm",
"pickle",
"pandas",
"csv",
"romspline",
"pytest",
]
build-backend = "setuptools.build_meta"
[metadata]
# replace with your username:
name = frcojimenez
version = 0.1
author = Xisco Jimenez Forteza
author_email = francisco.jimenez.forteza@mpg.aei.de
description = A package that fits RD waveforms with the dynesty sampler
long_description = file: README.md
long_description_content_type = text/markdown
url = http://pypi.python.org/pypi/RD_Dynesty_Fits/
project_urls =
Bug Tracker = https://github.com/frcojimenez/RD_Dynest_Fits/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.packages.find]
where = src
#There are a variety of metadata and option
\ No newline at end of file
from setuptools import setup
setup(
name='RD_Dynesty_Fits',
version='0.1.0',
author='Xisco Jimenez Forteza',
author_email='francisco.jimenez.forteza@mpg.aei.de',
packages=['RD_Dynesty_Fits', 'RD_Dynesty_Fits.test'],
package_dir={'':'/work/francisco.jimenez/sio/git/rdstackingproject/code_new/RD_Dynesty_Fits'},
scripts=['src/RD_Dynesty_Fits.py','src/rdown_pe.py','src/rdown_utilities.py','src/rdown.py','src/read_data.py'],
url='http://pypi.python.org/pypi/RD_Dynesty_Fits/',
license='LICENSE.txt',
description='A package that fits RD waveforms with the dynesty sampler',
long_description=open('README.md').read(),
install_requires=["setuptools>=42",
"wheel",
"corner",
"dynesty",
"h5py",
"qnm",
"pandas",
"romspline",
"pytest",
],
)
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
RD_Dynesty_Fits
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment