File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#Deploy on PypiLive
22python setup.py sdist upload -r pypi
3-
3+ python setup.py register -r pypi
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ def read(fname):
88def run_setup ():
99 setup (
1010 name = 'sql-feed-graphite' ,
11- version = '0.2 ' ,
11+ version = '0.3 ' ,
1212 description = 'https://github.com/orachide/sql-feed-graphite' ,
1313 keywords = 'SQL Graphite Metrics' ,
1414 url = 'https://github.com/orachide/sql-feed-graphite' ,
15- download_url = 'https://github.com/orachide/sql-feed-graphite/archive/0.2 .tar.gz' ,
15+ download_url = 'https://github.com/orachide/sql-feed-graphite/archive/0.3 .tar.gz' ,
1616 author = 'Rachide Ouattara' ,
17171818 license = 'BSD' ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def main():
3838 graphiteHost = 'localhost'
3939 graphitePort = os .environ .get ('SQL_FEED_GRAPHITE_PORT' )
4040 if graphitePort is None :
41- graphitePort = 5432
41+ graphitePort = 2003
4242 graphitePrefix = os .environ .get ('SQL_FEED_GRAPHITE_PREFIX' )
4343 if graphitePrefix is None :
4444 print 'You must set your graphitePrefix in the environment variable `SQL_FEED_GRAPHITE_PREFIX`'
You can’t perform that action at this time.
0 commit comments