layed out project structure

This commit is contained in:
Joshua Flores 2025-04-20 12:34:18 -04:00
parent 9d470e1ba6
commit d5ea553977
No known key found for this signature in database
GPG key ID: CE41E342DBBBB9B7
5 changed files with 19 additions and 0 deletions

0
data/01.txt Normal file
View file

19
pyproject.toml Normal file
View file

@ -0,0 +1,19 @@
[project]
name = "cryptopals"
version = "0.0.1"
authors = [
{ name="Joshua Flores", email="josh@heavyguys.net"},
]
description = "A place to hold solutions for the Cryptopals Challenges"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "MIT"
license-files = ["LICEN[CS]E"]
[project.urls]
Homepage = "https://git.heavyguys.net/Josh/cryptopals"

View file

View file

0
tests/01.py Normal file
View file