File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pip install databunkerpro
1313Or install directly from GitHub:
1414
1515``` bash
16- pip install git+https://github.com/yourusername /databunkerpro-python.git
16+ pip install git+https://github.com/securitybunker /databunkerpro-python.git
1717```
1818
1919## Quick Start
@@ -67,7 +67,7 @@ To set up the development environment:
6767
68681 . Clone the repository:
6969``` bash
70- git clone https://github.com/yourusername /databunkerpro-python.git
70+ git clone https://github.com/securitybunker /databunkerpro-python.git
7171cd databunkerpro-python
7272```
7373
@@ -97,8 +97,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
9797
9898## Support
9999
100- If you encounter any issues or have questions, please [ open an issue] ( https://github.com/yourusername /databunkerpro-python/issues ) on GitHub.
100+ If you encounter any issues or have questions, please [ open an issue] ( https://github.com/securitybunker /databunkerpro-python/issues ) on GitHub.
101101
102102## API Documentation
103103
104- For detailed API documentation, please visit the [ DatabunkerPro API Documentation] ( https://docs. databunker.org ) .
104+ For detailed API documentation, please visit the [ DatabunkerPro API Documentation] ( https://databunker.org/databunker-pro-docs/introduction/ ) .
Original file line number Diff line number Diff line change 66setup (
77 name = "databunkerpro" ,
88 version = "0.1.0" ,
9- author = "Your Name " ,
10- author_email = "your.email@example.com " ,
9+ author = "Databunker team " ,
10+ author_email = "hello@databunker.org " ,
1111 description = "Python client library for DatabunkerPro API" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
14- url = "https://github.com/yourusername /databunkerpro-python" ,
14+ url = "https://github.com/securitybunker /databunkerpro-python" ,
1515 packages = find_packages (),
1616 classifiers = [
1717 "Development Status :: 3 - Alpha" ,
You can’t perform that action at this time.
0 commit comments