We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8019ac4 commit 77314e0Copy full SHA for 77314e0
fba/__init__.py
@@ -1,3 +1,3 @@
1
# __init__.py
2
3
-__version__ = '0.0.10.post0'
+__version__ = '0.0.10.post1'
setup.py
@@ -5,16 +5,13 @@
5
6
setup(
7
name='fba',
8
- version='0.0.10.post0',
+ version='0.0.10.post1',
9
author='JD',
10
description='Tools for feature barcoding analyses',
11
long_description=long_description,
12
long_description_content_type='text/markdown',
13
url='https://github.com/jlduan/fba',
14
- packages=find_packages(
15
- include=('requirements.txt',),
16
- exclude=('docs', 'tests')
17
- ),
+ packages=find_packages(exclude=('docs', 'tests')),
18
classifiers=[
19
'Development Status :: 4 - Beta',
20
'Intended Audience :: Science/Research',
0 commit comments