[v0.1.0a4] Fixed setup.cfg to include ldscript/

This commit is contained in:
sup39 2023-07-14 22:27:36 +09:00
parent 4c0b3bcbbb
commit 7b891c92be
No known key found for this signature in database
GPG key ID: 14D2E0D21140D260
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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