瀏覽代碼

Fix URL in setup.py

Ben Firshman 12 年之前
父節點
當前提交
523fb99d79
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -26,7 +26,7 @@ setup(
     name='plum',
     version=find_version("plum", "__init__.py"),
     description='',
-    url='https://github.com/orchardup.plum',
+    url='https://github.com/orchardup/plum',
     author='Orchard Laboratories Ltd.',
     author_email='[email protected]',
     packages=['plum'],