Skip to content

Commit 6477ac0

Browse files
author
Christopher Doris
committed
update setup.py
1 parent c966095 commit 6477ac0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

setup.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
import setuptools
22

3+
with open("README.md", "r", encoding="utf-8") as fh:
4+
long_description = fh.read()
5+
36
setuptools.setup(
47
name="juliacall",
58
version="0.1.0",
69
author="Christopher Rowley",
7-
# author_email="author@example.com",
810
description="Julia-Python interoperability",
9-
# long_description=long_description,
10-
# long_description_content_type="text/markdown",
11-
# url="https://github.com/pypa/sampleproject",
11+
long_description=long_description,
12+
long_description_content_type="text/markdown",
13+
url="https://github.com/cjdoris/PythonCall.jl",
1214
packages=["juliacall"],
1315
classifiers=[
1416
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)