feat: init
[skip ci]
This commit is contained in:
commit
0d6c010cce
55 changed files with 4216 additions and 0 deletions
35
setup.cfg
Normal file
35
setup.cfg
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
[metadata]
|
||||
name = httpaste-victorykit
|
||||
version = 1.0.0-alpha.1
|
||||
author = Tiara Rodney
|
||||
author_email = t.rodney@victoryk.it
|
||||
description = a versatile HTTP pastebin
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://victorykit.bitbucket.io/httpaste
|
||||
project_urls =
|
||||
Bug Tracker = https://bitbucket.org/victorykit/httpaste/jira
|
||||
classifiers =
|
||||
topic = : Software Development :: Libraries :: Python Modules
|
||||
Programming Language :: Python :: 3
|
||||
Operating System :: OS Independent
|
||||
License :: Other/Proprietary License
|
||||
|
||||
[options]
|
||||
install_requires =
|
||||
connexion>=2.13.0,<3
|
||||
cryptography>=36.0.2,<37
|
||||
pygments>=2.11.2,<3
|
||||
zip_safe = true
|
||||
package_dir =
|
||||
=src
|
||||
python_requires = >=3.7
|
||||
test_suite = test
|
||||
packages = find:
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
httpaste = httpaste.__main__:main
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
Loading…
Add table
Add a link
Reference in a new issue