Skip to content

Commit

Permalink
Changes in setup for Conda review
Browse files Browse the repository at this point in the history
  • Loading branch information
adw62 committed Nov 11, 2022
1 parent 191abef commit fe217e9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,23 @@

setup(
name='ties',
version='0.0.1.dev1',
version='20.10',
description='TIES: Thermodynamic Integration with Enhanced Sampling',
long_description='Copy from README file',
url='http://ccs.chem.ucl.ac.uk',
author='Mateusz K. Bieniek',
author_email='[email protected]',
packages=find_packages(),
include_package_data=True,
install_requires='numpy',
install_requires=[
'numpy',
'cython',
'setuptools',
'matplotlib',
'networkx',
'dimod',
'tabulate',
'dwave-networkx'],
entry_points={
'console_scripts': [
'ties = ties:cli.command_line_script'
Expand Down

0 comments on commit fe217e9

Please sign in to comment.