File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,4 +12,14 @@ install:
1212 - pip install .
1313script :
1414 - nosetests
15- - cd docs && make html
15+ - cd docs && make html
16+ deploy :
17+ provider : pypi
18+ user : mcquin
19+ password :
20+ secure : PrFX2wJrhchChzJD8DX+q7q9UK9zrxl0CN3AdT8kBEIAxzVpM+jCS0Znt7yPHipNjhhvCPtcP2HqmkKuV3o4EgGb/E7BORbKnvBmnLVPcAOpBJXSGxqSXctmPUDlV3FF6Vi2MSTzOIcAPBSqQEB9HBtEUYO34gu2R0dwC3LdrVM=
21+ on :
22+ tags : true
23+ distributions : sdist bdist_wheel
24+ repo : CellProfiler/python-bioformats
25+ skip_cleanup : true
Original file line number Diff line number Diff line change 11import setuptools
22
33setuptools .setup (
4+ author = "Lee Kamentsky" ,
5+ author_email = "leek@broadinstitute.org" ,
46 classifiers = [
57 "Development Status :: 5 - Production/Stable" ,
68 "License :: OSI Approved :: GNU General Public License v2 (GPLv2)" ,
You can’t perform that action at this time.
0 commit comments