Skip to content

Commit 4a98d3a

Browse files
Update repository url
1 parent 12b961c commit 4a98d3a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ https://www.convertapi.com
33
(c) 2011-2018 Baltsoft
44

55
ConvertAPI.Python
6-
https://github.com/ConvertAPI/convertapi-python
6+
https://github.com/ConvertAPI/convertapi-library-python
77
Copyright (c) 2018 Tomas Rutkauskas
88

99
The MIT License

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ConvertAPI Python Client
22

33
[![PyPI version](https://badge.fury.io/py/convertapi.svg)](https://badge.fury.io/py/convertapi)
4-
[![Build Status](https://github.com/ConvertAPI/convertapi-python/actions/workflows/main.yml/badge.svg)](https://github.com/ConvertAPI/convertapi-python/actions)
4+
[![Build Status](https://github.com/ConvertAPI/convertapi-library-python/actions/workflows/main.yml/badge.svg)](https://github.com/ConvertAPI/convertapi-library-python/actions)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
66

77
## Convert your files with our online file conversion API
@@ -119,15 +119,15 @@ convertapi.base_uri = 'https://eu-v2.convertapi.com/'
119119

120120
### More examples
121121

122-
Find more advanced examples in the [/examples](https://github.com/ConvertAPI/convertapi-python/tree/master/examples) folder.
122+
Find more advanced examples in the [/examples](https://github.com/ConvertAPI/convertapi-library-python/tree/master/examples) folder.
123123

124124
## Development
125125

126126
Execute `CONVERT_API_SECRET=your_secret nosetests --nocapture` to run the tests.
127127

128128
## Contributing
129129

130-
Bug reports and pull requests are welcome on GitHub at https://github.com/ConvertAPI/convertapi-python. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
130+
Bug reports and pull requests are welcome on GitHub at https://github.com/ConvertAPI/convertapi-library-python. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
131131

132132
## License
133133

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
long_description = 'Convert various files like MS Word, Excel, PowerPoint, Images to PDF and Images. Create PDF and Images from url and raw HTML. Extract and create PowerPoint presentation from PDF. Merge, Encrypt, Split, Repair and Decrypt PDF files. All supported files conversions and manipulations can be found at https://www.convertapi.com/doc/supported-formats',
1212
author = 'Tomas Rutkauskas',
1313
author_email = '[email protected]',
14-
url = 'https://github.com/ConvertAPI/convertapi-python',
15-
download_url = 'https://github.com/ConvertAPI/convertapi-python',
14+
url = 'https://github.com/ConvertAPI/convertapi-library-python',
15+
download_url = 'https://github.com/ConvertAPI/convertapi-library-python',
1616
keywords = ['convert', 'api', 'client', 'conversion'],
1717
install_requires= ['requests>=2.4.2'],
1818
classifiers = [],

0 commit comments

Comments
 (0)