Skip to content

Commit

Permalink
Preparing release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Jan 15, 2024
1 parent 431dce6 commit 7e14607
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## 0.1.0 (2024-01-15)
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include *.md
include *.txt
include VERSION
recursive-include bin *.py
recursive-exclude tests *
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4
0.1.0
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,22 @@
version=version,
license='Apache',
description='Tools for ingesting a new assembly for a species',
long_description='Tools and Workflow used by EVA to add new supported assembly for a species. All the submitted '
'variants will be remapped to the newly supported assembly, clustered variants will be recreated '
'and potential merge and split event be resolved.',
url='https://github.com/EBIvariation/eva-assembly-ingestion',
keywords=['ebi', 'eva', 'python'],
install_requires=requirements,
python_requires='>=3.8',
author='EVA team',
author_email='[email protected]',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3'
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',

]
)

0 comments on commit 7e14607

Please sign in to comment.