8000 Fix URL in setup.py · adamchainz/python-raml-codec@8004b13 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8004b13

Browse files
committed
Fix URL in setup.py
1 parent 5a5a2b2 commit 8004b13

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
@@ -54,7 +54,7 @@ def get_package_data(package):
5454
setup(
5555
name='raml-codec',
5656
version=version,
57-
url='http://github.com/core-api/raml-codec/',
57+
url='http://github.com/core-api/python-raml-codec/',
5858
license='BSD',
5959
description='A RAML codec for Core API.',
6060
author='Tom Christie',

0 commit comments

Comments
 (0)
0