Commit 9c934dce authored by Jaron Lee's avatar Jaron Lee
Browse files

Merge branch 'dev' into 'master'

Pypi doc changes

See merge request !29
parents 68a98aa1 85db429f
Loading
Loading
Loading
Loading
Loading

AUTHORS

0 → 100644
+3 −0
Original line number Diff line number Diff line
Rohit Bhattacharya
Jaron Lee
Razieh Nabi

MANIFEST.in

0 → 100644
+2 −0
Original line number Diff line number Diff line
include COPYING
include AUTHORS
+6 −3
Original line number Diff line number Diff line
@@ -11,10 +11,13 @@ requirements = [
]

setup(name='ananke-causal',
      version='0.1.4',
      description='Ananke, named for the Greek primordial goddess of necessity and causality, is a python package for causal inference using the language of graphical models.',
      version='0.1.5',
      description='Causal inference with graphical models',
      long_description=('Ananke, named for the Greek primordial goddess of necessity and causality,' +
                        'is a python package for causal inference using the language of graphical models.\n\n' +
                        'Documentation: https://ananke.readthedocs.io/en/latest/index.html'),
      url='https://gitlab.com/causal/ananke',
      author='Rohit Bhattacharya',
      author='See AUTHORS',
      author_email='rbhatta8@jhu.edu',
      install_requires=requirements,
      packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),