Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maxscheurer committed Oct 5, 2017
1 parent 9423845 commit 9ad978d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
include_dirs=[".", "PyContact/cy_modules/src"], extra_compile_args=["-std=c++0x"]), ]
setup(
name='pycontact',
version='1.0.1',
version='1.0.2',
description='PyContact',
long_description='Tool for analysis of non-covalent interactions in MD trajectories',
url='https://github.com/maxscheurer/pycontact',
author='Maximilian Scheurer, Peter Rodenkirch',
author_email='mscheurer@ks.uiuc.edu',
license='LGPLv3',
license='GPLv3',

# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
Expand Down

0 comments on commit 9ad978d

Please sign in to comment.