layed out project structure
This commit is contained in:
parent
9d470e1ba6
commit
d5ea553977
5 changed files with 19 additions and 0 deletions
0
data/01.txt
Normal file
0
data/01.txt
Normal file
19
pyproject.toml
Normal file
19
pyproject.toml
Normal 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"
|
||||||
|
|
0
src/cryptopals/__init__.py
Normal file
0
src/cryptopals/__init__.py
Normal file
0
src/cryptopals/cryptopals.py
Normal file
0
src/cryptopals/cryptopals.py
Normal file
0
tests/01.py
Normal file
0
tests/01.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue