From 630f8d5300ea265225fb716a78d3999c83b3e0c9 Mon Sep 17 00:00:00 2001 From: Miles Smith Date: Fri, 14 Jul 2023 15:38:26 -0500 Subject: [PATCH] add to gitignore --- .gitignore | 2 +- pyproject.toml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e720fd9..a087e0a 100755 --- a/.gitignore +++ b/.gitignore @@ -615,4 +615,4 @@ healthchecksdb MigrationBackup/ # End of https://www.gitignore.io/api/osx,python,pycharm,windows,visualstudio,visualstudiocode -liftOverPlink27.py +tests/data/* diff --git a/pyproject.toml b/pyproject.toml index 3c9c890..bb92c1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "plinkliftover" -version = "0.4.0" +version = "0.4.1" description = "Converts genotype data stored in plink's PED+MAP format from one genome build to another, using liftOver" readme = "README.md" keywords = [] @@ -52,6 +52,8 @@ dev = [ "pytest ==7.4.0", "pyupgrade ==3.9.0", "safety ==2.3.4", + "twine ==4.0.2", + "build ==0.10.0", ] [tool.isort]