Skip to content

Commit 66a52b8

Browse files
committed
Migrate setuptools to setup.cfg
1 parent c9cb179 commit 66a52b8

2 files changed

Lines changed: 84 additions & 205 deletions

File tree

setup.cfg

Lines changed: 84 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,91 @@
11
[metadata]
2+
name = mosaic-nist
3+
version = 2.3
4+
author = National Institute of Standards and Technology (NIST)
5+
author_email = arvind.balijepalli@nist.gov
6+
maintainer = Arvind Balijepalli
7+
maintainer_email = arvind.balijepalli@nist.gov
8+
url = https://pages.nist.gov/mosaic/
9+
license = US Government Open Source
210
project_urls =
311
Bug Tracker = https://github.com/usnistgov/mosaic/issues
4-
description='A Modular Single-Molecule Analysis Interface.'
12+
description = A Modular Single-Molecule Analysis Interface.
13+
long_description_content_type = text/x-rst
14+
long_description = file: README.rst, CHANGELOG.rst
15+
platforms = MacOS, Windows, Linux
516
classifiers =
17+
Development Status :: 5 - Production/Stable
18+
Intended Audience :: Developers
19+
Topic :: Scientific/Engineering :: Bio-Informatics
620
Programming Language :: Python :: 3
721
Operating System :: OS Independent
22+
keywords = nanopore timeseries single-molecule data-analysis
823

24+
[options]
25+
python_requires = >=3.8
26+
install_requires =
27+
cython==0.29.32
28+
pandas==1.5.2
29+
lmfit==1.1.0
30+
uncertainties==3.1.7
31+
PyWavelets==1.4.1
32+
pytest==7.2.2
33+
coverage==6.5.0
34+
codecov==2.1.12
35+
pytest-cov==4.0.0
36+
pyinstaller==5.6.2
37+
numpy==1.23.5
38+
scipy==1.9.3
39+
pyabf==2.3.7
40+
docutils==0.19
41+
flask==2.2.2
42+
gunicorn==20.1.0
43+
packages =
44+
mosaic
45+
mosaic.filters
46+
mosaic.mdio
47+
mosaic.trajio
48+
mosaic.process
49+
mosaic.partition
50+
mosaic.apps
51+
mosaic.tests
52+
mosaic.trajio.qdf
53+
mosaic.trajio.abf
54+
mosaic.utilities
55+
mosaicweb
56+
mosaicweb.mosaicAnalysis
57+
mosaicweb.plotlyUtils
58+
mosaicweb.sessionManager
59+
mosaicweb.utils
60+
scripts =
61+
bin/analysis.py
62+
addons/mathematica/MosaicAnalysis.m
63+
addons/mathematica/MosaicUtils.m
64+
addons/mathematica/Util.m
65+
addons/MATLAB/openandquery.m
66+
.scripts/install-addons-sh
67+
.scripts/pyinstaller-sh
68+
commit-hash
69+
version-hash
70+
mweb-version-hash
71+
requirements.txt
72+
DISCLAIMER.TXT
73+
README.rst
74+
CHANGELOG.rst
75+
LICENSE.rst
76+
77+
[options.extras_require]
78+
test =
79+
pytest
80+
pytest-cov
81+
coverage
82+
83+
[options.package_data]
84+
icons =
85+
'icons/icon_100px.png'
86+
'icons/error-128.png'
87+
'icons/warning-128.png'
88+
data =
89+
'data/eventMD-PEG28-ADEPT2State.sqlite'
90+
'data/.settings', 'data/SingleChan-0001.qdf'
91+
'data/SingleChan-0001_state.txt'

setup.py

Lines changed: 0 additions & 204 deletions
This file was deleted.

0 commit comments

Comments
 (0)