Skip to content

Commit 260ad1d

Browse files
committed
moved local files into new folder to prevent upload to pypi
1 parent 6cf68e0 commit 260ad1d

File tree

6 files changed

+9
-68
lines changed

6 files changed

+9
-68
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ run_pylint.sh
1717
PyPi.txt
1818
TARGET/*
1919
~*.docx
20+
NOTCOMMIT

Bugtracker.txt

-4
This file was deleted.

MANIFEST.in

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ include *.md
33
include AUTHORS
44
include COPYRIGHT
55
include LICENSE
6-
recursive-include TOPP *.py
7-
recursive-include TOPP *.ttd
8-
prune TOPP/SCRIPTS
9-
prune TOPP/EXTERNAL
106
recursive-include data *.mzML
117
recursive-include docs *.pdf
8+
recursive-include glyxtoolms *.gif
9+
recursive-include glyxtoolms *.pickle
10+
recursive-include glyxtoolms *.ttd
11+
prune glyxtoolms/TOPP/EXTERNAL
12+
prune glyxtoolms/TOPP/EXTERNAL
13+
prune NOTCOMMIT

TODO.md

-1
This file was deleted.

TOPP_changes.txt

-3
This file was deleted.

setup.py

+2-56
Original file line numberDiff line numberDiff line change
@@ -13,67 +13,13 @@
1313
engine) and a visulization / evaluation tool for further manual analysis of the results.
1414
Source code available under https://github.com/glyXera/glyXtoolMS""",
1515
'license': 'GPL-3.0',
16-
'version': '0.1.5.3',
16+
'version': '0.1.5.4',
1717
'author': 'Markus Pioch',
1818
'author_email': '[email protected]',
1919
'python_requires':'>=2.6, <3',
2020
'install_requires': ['numpy','pyopenms','lxml','canvasvg','configparser','pyperclip','xlwt'],
2121
'packages': ['glyxtoolms', 'glyxtoolms.gui','glyxtoolms.TOPP'],
22-
'package_data':{'glyxtoolms.gui': ['resources/*.gif','resources/isotope_confidence.pickle'],
23-
'glyxtoolms.TOPP': ['ConsensusSearch.py',
24-
'ConsensusSearch.ttd',
25-
'FeatureExtractor.py',
26-
'FeatureExtractor.ttd',
27-
'FeatureFinderMS.py',
28-
'FeatureFinderMS.ttd',
29-
'FileBuilder.py',
30-
'FileBuilder.ttd',
31-
'FragmentationTypeExtractor.py',
32-
'FragmentationTypeExtractor.ttd',
33-
'FragmentationTypeFilesplitter.py',
34-
'FragmentationTypeFilesplitter.ttd',
35-
'FragmentCheck.py',
36-
'FragmentCheck.ttd',
37-
'GlycanBuilder.py',
38-
'GlycanBuilder.ttd',
39-
'GlycanScorer.py',
40-
'GlycanScorer.ttd',
41-
'GlycoDomainViewer.py',
42-
'GlycoDomainViewer.ttd',
43-
'GlycoIdentificationScore.py',
44-
'GlycoIdentificationScore.ttd',
45-
'GlycopeptideDigest.py',
46-
'GlycopeptideDigest.ttd',
47-
'GlycopeptideMatcher.py',
48-
'GlycopeptideMatcher.ttd',
49-
'GlycopeptideTable.py',
50-
'GlycopeptideTable.ttd',
51-
'glyxFilter.py',
52-
'glyxFilter.ttd',
53-
'glyxReporter.py',
54-
'glyxReporter.ttd',
55-
'HexNAcRatio.py',
56-
'HexNAcRatio.ttd',
57-
'HGIReporter.py',
58-
'HGIReporter.ttd',
59-
'IdentificationDiscriminator.py',
60-
'IdentificationDiscriminator.ttd',
61-
'IdentificationMerger.py',
62-
'IdentificationMerger.ttd',
63-
'IdentificationTransfer.py',
64-
'IdentificationTransfer.ttd',
65-
'OxoniumFilter.py',
66-
'OxoniumFilter.ttd',
67-
'PdfReporter.py',
68-
'PdfReporter.ttd',
69-
'PeptideFilter.py',
70-
'PeptideFilter.ttd',
71-
'PeptideScorer.py',
72-
'PeptideScorer.ttd',
73-
'RemoveFeatures.py',
74-
'RemoveFeatures.ttd',
75-
'RobustPeakPicker.py',
76-
'RobustPeakPicker.ttd'] },
22+
'package_data':{'glyxtoolms.gui': ['resources/*.gif','resources/isotope_confidence.pickle'] },
7723
'scripts': [],
7824
'entry_points': {
7925
'gui_scripts': [

0 commit comments

Comments
 (0)