File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,14 @@ install:
12
12
- pip install .
13
13
script :
14
14
- 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 1
1
import setuptools
2
2
3
3
setuptools .setup (
4
+ author = "Lee Kamentsky" ,
5
+
4
6
classifiers = [
5
7
"Development Status :: 5 - Production/Stable" ,
6
8
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)" ,
You can’t perform that action at this time.
0 commit comments