4 Commits

Author SHA1 Message Date
Jacob Schmidt
8774cad94d feat: Update project version to 1.0.3 and Python requirement to 3.13
This commit updates the project version in `pyproject.toml` and `setup.py` from 1.0.2 to 1.0.3. It also changes the minimum required Python version to 3.13 and removes the now redundant classifiers for older Python versions.
2025-04-11 23:53:19 -05:00
Jacob Schmidt
8c2ea154fe feat: Update project metadata and supported Python versions
This commit updates the project metadata in both `setup.py` and `pyproject.toml` to reflect the current state of the project.

Specifically, it:
- Bumps the project version from 1.0.0 to 1.0.2.
- Updates the author and author email to "ID Solutions" and "info@innovativedevsolutions.org", respectively.
- Adds support for Python versions 3.12 and 3.13 to the classifiers list.
- Corrects a typo in the Homepage URL in `pyproject.toml`.
2025-04-11 23:25:13 -05:00
Jacob Schmidt
aef9be7edc Fix: Improve .gitignore for Python projects
This commit updates the .gitignore file to better suit Python projects by:

- Adding common Python-related files and directories to be ignored, such as .env, .pypirc, .pytest_cache, .vscode, __pycache__, dist, build, and firefly_viewer.egg-info.
- Removing redundant or less relevant entries.
2025-04-11 23:08:57 -05:00
Jacob Schmidt
a136a20592 Initial Repo Setup 2025-04-11 22:45:43 -05:00