first two challenges solved

This commit is contained in:
Joshua Flores 2025-04-26 00:00:45 -04:00
parent 988d229bce
commit 037472fc07
No known key found for this signature in database
GPG key ID: CE41E342DBBBB9B7
8 changed files with 77 additions and 12 deletions

24
setup.cfg Normal file
View file

@ -0,0 +1,24 @@
[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