works
This commit is contained in:
12
Pipfile
Normal file
12
Pipfile
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[[source]]
|
||||||
|
name = "pypi"
|
||||||
|
url = "https://pypi.org/simple"
|
||||||
|
verify_ssl = true
|
||||||
|
|
||||||
|
[dev-packages]
|
||||||
|
|
||||||
|
[packages]
|
||||||
|
webmail-domains = {editable = true,path = "."}
|
||||||
|
|
||||||
|
[requires]
|
||||||
|
python_version = "3.7"
|
||||||
25
Pipfile.lock
generated
Normal file
25
Pipfile.lock
generated
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"_meta": {
|
||||||
|
"hash": {
|
||||||
|
"sha256": "b7da694bef642d5ef58ade71b1ede2d4e21ded56605bb9c0f7a0184a33e195c6"
|
||||||
|
},
|
||||||
|
"pipfile-spec": 6,
|
||||||
|
"requires": {
|
||||||
|
"python_version": "3.7"
|
||||||
|
},
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"name": "pypi",
|
||||||
|
"url": "https://pypi.org/simple",
|
||||||
|
"verify_ssl": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"default": {
|
||||||
|
"webmail-domains": {
|
||||||
|
"editable": true,
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"develop": {}
|
||||||
|
}
|
||||||
5
setup.py
5
setup.py
@@ -6,11 +6,10 @@ with open('README.md') as file:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="webmail-domains",
|
name="webmail-domains",
|
||||||
version="0.13",
|
version="0.15",
|
||||||
py_modules="webmail_domains",
|
py_modules="webmail_domains",
|
||||||
url='https://github.com/zevaverbach/Webmail-Domains',
|
url='https://github.com/zevaverbach/Webmail-Domains',
|
||||||
include_package_data=True,
|
packages=['webmail_domains',],
|
||||||
packages=find_packages(),
|
|
||||||
description=('A pretty thorough list of webmail domains!'),
|
description=('A pretty thorough list of webmail domains!'),
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
|||||||
Reference in New Issue
Block a user