Skip to content

Commit ee66a76

Browse files
committed
Bump for packageurl renaming
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 386a92f commit ee66a76

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
/dist/
55
/.eggs/
66
/.cache/
7-
/purl_python.egg-info/
8-
/src/purl_python.egg-info/
7+
/src/packageurl_python.egg-info/

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99

1010

1111
setup(
12-
name='purl-python',
13-
version='0.2.1',
12+
name='packageurl-python',
13+
version='0.3.0',
1414
license='MIT',
15-
description='A "purl" aka. package URL parser and builder. [deprecated name: use instead packageurl-python ]',
16-
long_description='Python library to parse and build "purl" aka. package URLs.',
15+
description='A "purl" aka. package URL parser and builder',
16+
long_description='Python library to parse and build "purl" aka. package URLs. '
17+
'This is a microlibrary implmenting teh purl spec at https://github.com/package-url',
1718
author='the purl authors',
1819
url='https://github.com/package-url/packageurl-python',
1920
package_dir={'': 'src'},

0 commit comments

Comments
 (0)