Skip to content

Commit cd714f8

Browse files
committed
add github url to setup.py
1 parent 54e4b16 commit cd714f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(fname):
1313
" to JSON strings suitable for flot series and options"),
1414
license = "MIT",
1515
keywords = "flot graphs charts javascript data timeseries time series",
16-
#url = "http://packages.python.org/an_example_pypi_project",
16+
url='https://github.com/unbracketed/python-flot-utils/',
1717
packages=['pyflot'],
1818
long_description=read('README.rst'),
1919
classifiers=[

0 commit comments

Comments
 (0)