Skip to content

Commit 01913b5

Browse files
committed
rename module to sql-feed-graphite
1 parent a30cc7d commit 01913b5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

MANIFEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# file GENERATED by distutils, do NOT edit
22
setup.cfg
33
setup.py
4-
sql-feed-graphite/__init__.py
4+
sqlfeedgraphite/__init__.py

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# sql-feed-graphite
1+
# sqlfeedgraphite
22
Read datas from SQL database and send metrics to Graphite

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77

88
def run_setup():
99
setup(
10-
name='sqlfeedgraphite',
10+
name='sql-feed-graphite',
1111
version='0.2',
1212
description='https://github.com/orachide/sql-feed-graphite',
1313
keywords = 'SQL Graphite Metrics',
@@ -16,7 +16,7 @@ def run_setup():
1616
author='Rachide Ouattara',
1717
author_email='[email protected]',
1818
license='BSD',
19-
packages=['sqlfeedgraphite'],
19+
packages=['sql_feed_graphite'],
2020
install_requires=[
2121
'sqlalchemy',
2222
'psycopg2',
@@ -27,7 +27,7 @@ def run_setup():
2727
],
2828
entry_points="""
2929
[console_scripts]
30-
sqlfeedgraphite=sqlfeedgraphite:main
30+
sql-feed-graphite=sql_feed_graphite:main
3131
""",
3232
)
3333
if __name__ == '__main__':
File renamed without changes.

0 commit comments

Comments
 (0)