Skip to content

Commit

Permalink
updated README, removed requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sb43 committed Jul 10, 2020
1 parent fea9993 commit e15fa70
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/LICENCE
/INSTALL
/CHANGES.md
/.gitignore
/.git
/.travis.yml
/env
/dist
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 1.0.0
* First commit
* First working release

4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ pip install annotateVcf.X.X.X-py3-none-any.whl

Release `.whl` files are generated as part of the release process and can be found on the [release page][annotateVcf-releases]

### Package Dependancies

`pip` will install the relevant dependancies, listed here for convenience, please refer requirements.txt for versions.

## Development environment

This project uses git pre-commit hooks. As these will execute on your system it
Expand Down
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'python_requires': '>= 3.3',
'install_requires': ['tzlocal'],
'packages': ['annotate'],
'package_data': {'annotate':['config/*.conf','config/drvData/*']},
'package_data': {'annotate':['config/*.conf','config/*.json','config/drvData/*']},
'entry_points': {
'console_scripts': ['annotateVcf=annotate.annotate_cmd:main'],
}
Expand Down

0 comments on commit e15fa70

Please sign in to comment.