Skip to content

Commit 4bfecc1

Browse files
committed
setup.cfg: Move metadata to setup.cfg, raise version
1 parent 67aa297 commit 4bfecc1

File tree

2 files changed

+54
-81
lines changed

2 files changed

+54
-81
lines changed

setup.cfg

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
11
[metadata]
2-
license_file=LICENSE.txt
2+
3+
name = orange-canvas-core
4+
version = 0.2.0a1.dev0
5+
description = Core component of Orange Canvas
6+
long_description = file: README.rst
7+
keywords =
8+
home_page = http://orange.biolab.si/
9+
author = Bioinformatics Laboratory, FRI UL <[email protected]>
10+
11+
project_urls =
12+
Home Page = https://github.com/biolab/orange-canvas-core
13+
Source = https://github.com/biolab/orange-canvas-core
14+
Issue Tracker = https://github.com/biolab/orange-canvas-core/issues
15+
Documentation = https://orange-canvas-core.readthedocs.io/en/latest/
16+
17+
license = GPLv3
18+
license_file = LICENSE.txt
19+
20+
classifiers =
21+
Development Status :: 1 - Planning
22+
Environment :: X11 Applications :: Qt
23+
Programming Language :: Python :: 3
24+
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
25+
Operating System :: OS Independent
26+
Topic :: Scientific/Engineering :: Visualization
27+
Topic :: Software Development :: Libraries :: Python Modules
28+
Intended Audience :: Education
29+
Intended Audience :: Developers
30+
31+
[options]
32+
33+
packages = find:
34+
35+
install_requires =
36+
setuptools
37+
AnyQt >= 0.0.13
38+
docutils
39+
commonmark >= 0.8.1
40+
requests
41+
cachecontrol[filecache]
42+
pip >= 20.0
43+
dictdiffer
44+
qasync >= 0.13.0
45+
importlib_metadata; python_version<'3.8'
46+
dataclasses; python_version<'3.7'
47+
48+
setup_requires=
49+
setuptools >=30.0
50+
51+
python_requires = >=3.6
52+
53+
[options.extras_require]
54+
DOCBUILD = sphinx; sphinx-rtd-theme;
55+
356

457
[coverage:run]
558
source =

setup.py

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

0 commit comments

Comments
 (0)