Adjust template
This commit is contained in:
parent
7c354a8153
commit
0953f134d7
14
Pipfile
14
Pipfile
|
@ -1,14 +0,0 @@
|
|||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
|
||||
[dev-packages]
|
||||
build = "*"
|
||||
black = "*"
|
||||
twine = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.10"
|
|
@ -1,2 +0,0 @@
|
|||
def hello():
|
||||
print('Hello')
|
|
@ -1,6 +0,0 @@
|
|||
[build-system]
|
||||
requires = [
|
||||
"setuptools>=42",
|
||||
"wheel"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
26
setup.cfg
26
setup.cfg
|
@ -1,26 +0,0 @@
|
|||
[metadata]
|
||||
name = example_pkg
|
||||
version = 0.1.0
|
||||
author = Lukáš Kucharczyk
|
||||
author_email = lukas@kucharczyk.xyz
|
||||
description = A small example package
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://git.kucharczyk.xyz/templates/python
|
||||
project_urls =
|
||||
Bug Tracker = https://git.kucharczyk.xyz/templates/python/issues
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
Environment :: Console
|
||||
Intended Audience :: End Users/Desktop
|
||||
License :: OSI Approved :: GNU General Public License (GPL)
|
||||
Operating System :: OS Independent
|
||||
Topic :: Utilities
|
||||
|
||||
[options]
|
||||
packages = example_pkg
|
||||
python_requires = >=3.6
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
example-pkg = example_pkg.example:hello
|
Loading…
Reference in New Issue