Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull request - ignore #38

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Rearranged folder for packaging
  • Loading branch information
BobbyLangan committed Feb 3, 2023
commit 7b0059e365556bff60431c7b0491b8e3fe9af0e2
1 change: 0 additions & 1 deletion mpnn/helper_scripts

This file was deleted.

1 change: 0 additions & 1 deletion mpnn/protein_mpnn_run.py

This file was deleted.

19 changes: 19 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "mpnn"
version = "0.0.1"
authors = [
{ name="Justas Dauparas" },
{ name="Bobby Langan", email="rlangan@outpacebio.com" },
]
description = "ProteinMPNN code wrapped for bash execution, wrapped again for python execution using the OPBDesign Task interface"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
10 changes: 0 additions & 10 deletions setup.py

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions src/mpnn/helper_scripts
File renamed without changes.
1 change: 1 addition & 0 deletions src/mpnn/protein_mpnn_run.py
File renamed without changes.