Fixed CHANGELOG.md and setup.cfg
This commit is contained in:
parent
48e39bc2bd
commit
33e7e5a8cb
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# supGecko
|
# Changelog
|
||||||
## 0.1.0a4
|
## 0.1.0a4
|
||||||
- Added `compile_flags` property to `Gecko` class
|
- Added `compile_flags` property to `Gecko` class
|
||||||
## 0.1.0a3
|
## 0.1.0a3
|
||||||
|
|
|
@ -15,7 +15,6 @@ classifiers =
|
||||||
License :: OSI Approved :: MIT License
|
License :: OSI Approved :: MIT License
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
include_package_data = True
|
|
||||||
packages = find:
|
packages = find:
|
||||||
python_requires = >=3.8
|
python_requires = >=3.8
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue