Files
icicle-emu-icicle-python/setup.cfg
T
Duncan Ogilvie a63bf5acf6 Add Windows CI
2023-08-13 01:07:30 +02:00

30 lines
958 B
INI

[metadata]
name = icicle-emu
version = 0.0.1
url = https://github.com/mrexodia/icicle-python
project_urls =
Bug Tracker = https://github.com/mrexodia/icicle-python/issues
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Development Status :: 5 - Production/Stable
Operating System :: POSIX
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
[options]
packages = icicle
package_dir =
= python
zip_safe = False
setup_requires = setuptools-rust >= 0.12.1;
python_requires = >=3.7
include_package_data = True