Skip to content
Snippets Groups Projects
Commit 49d073b2 authored by cmaffeo2's avatar cmaffeo2
Browse files

Updated and moved build files so they now work

parent 70ab8a63
No related branches found
No related tags found
No related merge requests found
/*.txt
/*.psf
/*.pdb
/*.exb
/*.bd
/*.namd
output
potentials
__pycache__
.backup
/build
*.egg-info
recursive-include dnarbd/resources *
\ No newline at end of file
include resources
\ No newline at end of file
......@@ -3,16 +3,28 @@ import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
with open("LICENSE", "r") as fh:
license = fh.read()
setuptools.setup(
name="dnarbd",
version="0.1dev",
version="0.1.dev0",
author="Christopher Maffeo",
author_email="cmaffeo2@illinois.edu",
description="Tools for simulating DNA nanotechnology with ARBD",
license=license,
long_description=long_description,
long_description_content_type="text/markdown",
url="https://gitlab.engr.illinois.edu/tbgl/tools/dnarbd",
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=(
'numpy>=1.14',
'scipy>=1.1',
'mdanalysis>=0.18',
'cadnano>=2.5.2.1',
),
classifiers=(
"Programming Language :: Python :: 3",
"License :: UIUC Open source License",
......
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