File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
/dist /
5
5
/.eggs /
6
6
/.cache /
7
- /purl_python.egg-info /
8
- /src /purl_python.egg-info /
7
+ /src /packageurl_python.egg-info /
Original file line number Diff line number Diff line change 9
9
10
10
11
11
setup (
12
- name = 'purl -python' ,
13
- version = '0.2.1 ' ,
12
+ name = 'packageurl -python' ,
13
+ version = '0.3.0 ' ,
14
14
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' ,
17
18
author = 'the purl authors' ,
18
19
url = 'https://github.com/package-url/packageurl-python' ,
19
20
package_dir = {'' : 'src' },
You can’t perform that action at this time.
0 commit comments