24 lines
604 B
INI
24 lines
604 B
INI
[metadata]
|
|
name = cryptopals
|
|
version = 0.1
|
|
author = Joshua Flores
|
|
author_email = josh@heavyguys.net
|
|
description = Cryptopals Solutions
|
|
long_description = file: README.md, LICENSE.txt
|
|
long_description_content_type = text/markdown
|
|
url = https://git.heavyguys.net/Josh/cryptopals
|
|
project_urls =
|
|
repository = https://git.heavyguys.net/Josh/cryptopals.git
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
package_dir =
|
|
= src
|
|
packages = find:
|
|
python_requires = >=3.9
|
|
|
|
[options.packages.find]
|
|
where = src
|