Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit 349cece

Browse files
committed
Update URL, description, version
1 parent b7a9605 commit 349cece

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

everywhere/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .base import fib, hello, add42
22

3-
version = "0.0.1"
3+
version = "0.0.3"

setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99
setup(
1010
name='python-everywhere',
1111
version=version,
12-
url='https://YOUR_URL/',
12+
url='https://github.com/wdv4758h/python-everywhere',
1313
author='Chiu-Hsiang Hsu',
1414
author_email='[email protected]',
1515
description=('A template project for Python'),
16+
long_description=open("README.rst").read(),
17+
download_url="https://github.com/wdv4758h/python-everywhere/archive/v{}.zip".format(
18+
version
19+
),
1620
license='BSD',
1721
setup_requires=['pytest-runner',
1822
'coverage', 'pytest-cov',

0 commit comments

Comments
 (0)