Skip to content

Commit 3ec2a3e

Browse files
committed
adding the workflow to upload to PyPi
1 parent 95216fb commit 3ec2a3e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/pypi_publish.yml

Whitespace-only changes.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ __pycache__*
22
*.egg-info
33
oldTests
44
models/predict_modification_site.model
5-
docs/build
5+
docs/build
6+
dist

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
'tqdm',
1616
'IPython',
1717
'furl',
18+
'pandas',
1819
'dash-bootstrap-components',
1920
'pillow',
2021
'openpyxl',
@@ -23,8 +24,10 @@
2324
'seaborn',
2425
'pyteomics',
2526
'matplotlib',
27+
'networkx',
2628
],
2729
author='Reza Shahneh',
2830
author_email='[email protected]',
2931
description='ModiFinder package',
32+
python_requires='>=3.9',
3033
)

0 commit comments

Comments
 (0)