mirror of
https://github.com/J3rome/py-requirements-guesser.git
synced 2024-11-21 17:35:15 +01:00
* Updated readme
* Version change
This commit is contained in:
parent
93cffb1ea4
commit
52adcb0caa
@ -28,7 +28,7 @@ py-requirements-guesser --write {requirements.txt path}
|
||||
```
|
||||
You will be prompted by a serie of choice to orient the guessing process.
|
||||
|
||||
![Python Requirements Guesser](https://github.com/J3rome/py-requirements-guesser/blob/main/img/py-requirements-guesser.gif)
|
||||
![Python Requirements Guesser](https://github.com/J3rome/py-requirements-guesser/raw/main/img/py-requirements-guesser.gif)
|
||||
|
||||
## Installation
|
||||
This package doesn't have any dependencies.
|
||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
||||
|
||||
setuptools.setup(
|
||||
name="py-requirements-guesser", # This is the name of the package
|
||||
version="0.0.1", # The initial release version
|
||||
version="0.1.0", # The initial release version
|
||||
author="Jerome Abdelnour", # Full name of the author
|
||||
description="Guess requirements.txt versions based on Git history",
|
||||
long_description=long_description, # Long description read from the the readme file
|
||||
|
Loading…
Reference in New Issue
Block a user