[v0.1.0a4] Fixed setup.cfg to include ldscript/
This commit is contained in:
parent
4c0b3bcbbb
commit
7b891c92be
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
## v0.1.0a4
|
||||||
|
- Fixed setup.cfg to include ldscript/
|
||||||
## v0.1.0a3
|
## v0.1.0a3
|
||||||
- Changed default output file name of `make_xml` to `@code.xml`
|
- Changed default output file name of `make_xml` to `@code.xml`
|
||||||
## v0.1.0a2
|
## v0.1.0a2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = supSMSGecko
|
name = supSMSGecko
|
||||||
version = 0.1.0a3
|
version = 0.1.0a4
|
||||||
author = sup39
|
author = sup39
|
||||||
author_email = sms@sup39.dev
|
author_email = sms@sup39.dev
|
||||||
description = A helper library to write Gecko code for Super Mario Sunshine
|
description = A helper library to write Gecko code for Super Mario Sunshine
|
||||||
|
@ -15,7 +15,8 @@ classifiers =
|
||||||
License :: OSI Approved :: MIT License
|
License :: OSI Approved :: MIT License
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = find:
|
packages = find_namespace:
|
||||||
|
include_package_data = True
|
||||||
python_requires = >=3.8
|
python_requires = >=3.8
|
||||||
install_requires =
|
install_requires =
|
||||||
supGecko >=0.1.0a4, <0.2.0
|
supGecko >=0.1.0a4, <0.2.0
|
||||||
|
|
Loading…
Reference in a new issue