Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rdkit/mmpdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kramer authored and Christian Kramer committed May 14, 2019
2 parents 79cf9e2 + d90d211 commit a79462f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mmpdb - matched molecular pair database generation and analysis


Copyright (c) 2015-2017 F. Hoffmann-La Roche Ltd., distributed under the
Copyright (c) 2015-2019 F. Hoffmann-La Roche Ltd., distributed under the
3-clause BSD license license, below.

Portions may be copyright (c) 2012-2013 by GlaxoSmithKline Research &
Expand All @@ -23,7 +23,7 @@ license. These are the files peewee.py and playhouse/*.py.
Unless otherwise noted, all files in this directory and all
subdirectories are distributed under the following license:

Copyright (c) 2015-2017, F. Hoffmann-La Roche Ltd.
Copyright (c) 2015-2019, F. Hoffmann-La Roche Ltd.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ in version 2 were:
## Copyright


The mmpdb package is copyright 2015-2017 by F. Hoffmann-La
The mmpdb package is copyright 2015-2018 by F. Hoffmann-La
Roche Ltd and distributed under the 3-clause BSD license. See [LICENSE](LICENSE)
for details.

Expand Down
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mmpdb - matched molecular pair database generation and analysis
#
# Copyright (c) 2015-2017, F. Hoffmann-La Roche Ltd.
# Copyright (c) 2015-2019, F. Hoffmann-La Roche Ltd.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
Expand Down Expand Up @@ -32,12 +32,19 @@

from setuptools import setup

with open("README.md") as f:
long_description = f.read()

setup(
name="mmpdb",
version="2.2",
description="A package to identify matched molecular pairs and use them to predict property changes",
author="Andrew Dalke",
author_email="dalke@dalkescientific.com",
maintainer="Christian Kramer",
maintainer_email="rdkit-discuss@lists.sourceforge.net",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/rdkit/mmpdb",
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit a79462f

Please sign in to comment.