first two challenges solved
This commit is contained in:
parent
988d229bce
commit
037472fc07
8 changed files with 77 additions and 12 deletions
24
setup.cfg
Normal file
24
setup.cfg
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue