FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 4311e6b7 authored by M.D. Driver's avatar M.D. Driver
Browse files

added setup file to install scripts as module.

parent 8d75ea0d
No related branches found
No related tags found
No related merge requests found
setup.py 0 → 100644
from setuptools import setup
setup(name='solventmapcreator',
version='0.1',
description='python scripts for generating solvent maps and analysing solvation curves.',
url='https://bitbucket.org/mdd31/solventmapcreator',
author='Mark Driver',
author_email='mdd31@cam.ac.uk',
license='TBD',
packages=setuptools.find_packages(),
package_data={'test/resources':['test/resources']},
zip_safe=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment