Skip to content

Commit fe990cb

Browse files
author
Christopher Doris
committed
move to setup.cfg
1 parent 1d6f217 commit fe990cb

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ __pycache__
77
conda_env
88
julia_env
99
*.egg-info
10+
build/

pyproject.toml

Whitespace-only changes.

setup.cfg

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[metadata]
2+
name = juliacall
3+
version = 0.2.1
4+
description = Julia-Python interoperability
5+
long_description = file: README.md
6+
long_description_content_type = text/markdown
7+
classifiers =
8+
Programming Language :: Python :: 3
9+
License :: OSI Approved :: MIT License
10+
Operating System :: OS Independent
11+
12+
[options]
13+
zip_safe = False
14+
include_package_data = True
15+
packages = juliacall
16+
python_requires = >=3.3, <4
17+
install_requires =
18+
jill ==0.9.7
19+
20+
[options.package_data]
21+
juliacall = *.json

setup.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)