diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..224a779 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md \ No newline at end of file diff --git a/setup.py b/setup.py index ac9601f..4d47c87 100644 --- a/setup.py +++ b/setup.py @@ -18,11 +18,13 @@ # Metadata author="Daniel Bartel", + author_email = 'dan.bar@gmx.at', description="factor graph library", long_description=long_description, license="MIT License", keywords="factor graph message passing", url="https://github.com/danbar/fglib/", + download_url = 'https://github.com/danbar/fglib/archive/v0.2.1.tar.gz', # Miscellaneous test_suite="nose.collector"