You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,3 +112,13 @@ All notable changes to this project will be documented in this file.
112
112
-*File Permissions Management:* Explicitly manage file permissions to prevent potential security risks when the image operates in varied contexts.
113
113
114
114
---
115
+
116
+
## [v0.0.6] - *2023-08-29*
117
+
118
+
### 🛠️ Fixed
119
+
120
+
- Corrected PyPI issue where the *readmeai* package was not being installed correctly.
121
+
- The [conf](./readmeai/conf/) directory was not being included in the PyPI distribution as it was located in the project's root directory.
122
+
- The tool now uses the [pkg_resources](https://setuptools.pypa.io/en/latest/pkg_resources.html#) module to access the *conf* directory from the *readmeai* package.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,7 @@ Before you begin, ensure that you have the following prerequisites installed:
226
226
227
227
#### 📂 Repository
228
228
229
-
Most user's will run *README-AI* using the command-line, specifying their repository on run-time. However, if you would like to use the default configuration, you will need to update the [configuration file](./conf/conf.toml) with your repository's remote URL or a local path to your codebase.
229
+
Most user's will run *README-AI* using the command-line, specifying their repository on run-time. However, if you would like to use the default configuration, you will need to update the [configuration file](./readmeai/conf/conf.toml) with your repository's remote URL or a local path to your codebase.
230
230
231
231
```toml
232
232
[git]
@@ -312,7 +312,7 @@ poetry install
312
312
313
313
### 🎮 Using *README-AI*
314
314
315
-
Use the command-line to provide the OpenAI API key (if not already set) and specify an output path for your README file, along with the path to your local repository or remote code repository. You can also provide the output path in the [configuration file](./conf/conf.toml)
315
+
Use the command-line to provide the OpenAI API key (if not already set) and specify an output path for your README file, along with the path to your local repository or remote code repository. You can also provide the output path in the [configuration file](./readmeai/conf/conf.toml)
0 commit comments