Skip to content

Commit

Permalink
commits to publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-sharma committed Jul 15, 2019
1 parent 97dffd7 commit 28cf381
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include requirements.txt
include LICENSE
recursive-include docs *
17 changes: 5 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,13 @@

setup(
name='dowhy',

version='0.1.0',

version='0.1.2',
description='A Python library for causal inference', # Required

license='MIT',
long_description=long_description,

url='https://github.com/microsoft/dowhy', # Optional

download_url='https://github.com/microsoft/dowhy/archive/v0.1-alpha.tar.gz',
author='Amit Sharma, Emre Kiciman',


classifiers=[ # Optional
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
Expand All @@ -46,10 +41,8 @@
],

keywords='causality machine-learning causal-inference statistics graphical-model',

packages=find_packages(exclude=['docs', 'tests']),
python_requires='>=3.0',

install_requires=install_requires

install_requires=install_requires,
include_package_data=True
)

0 comments on commit 28cf381

Please sign in to comment.