Skip to content

Commit

Permalink
modify gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dpear committed Nov 4, 2023
1 parent 4897535 commit 104c2f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
q2_katharoseq.egg-info/
q2_katharoseq/__pycache__/
__pycache__/

# Pypi distribution related directories
./build/*
./dist/*
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
name="q2-katharoseq",
packages=find_packages(),
version=versioneer.get_version(),
#version='1.0.0',
cmdclass=versioneer.get_cmdclass(),
author="Daniela Perry",
author_email="[email protected]",
Expand Down

0 comments on commit 104c2f7

Please sign in to comment.