Skip to content

Commit

Permalink
setup.cfg: Move metadata to setup.cfg, raise version
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Dec 8, 2021
1 parent 67aa297 commit 4bfecc1
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 81 deletions.
55 changes: 54 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
[metadata]
license_file=LICENSE.txt

name = orange-canvas-core
version = 0.2.0a1.dev0
description = Core component of Orange Canvas
long_description = file: README.rst
keywords =
home_page = http://orange.biolab.si/
author = Bioinformatics Laboratory, FRI UL <[email protected]>

project_urls =
Home Page = https://github.com/biolab/orange-canvas-core
Source = https://github.com/biolab/orange-canvas-core
Issue Tracker = https://github.com/biolab/orange-canvas-core/issues
Documentation = https://orange-canvas-core.readthedocs.io/en/latest/

license = GPLv3
license_file = LICENSE.txt

classifiers =
Development Status :: 1 - Planning
Environment :: X11 Applications :: Qt
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Topic :: Scientific/Engineering :: Visualization
Topic :: Software Development :: Libraries :: Python Modules
Intended Audience :: Education
Intended Audience :: Developers

[options]

packages = find:

install_requires =
setuptools
AnyQt >= 0.0.13
docutils
commonmark >= 0.8.1
requests
cachecontrol[filecache]
pip >= 20.0
dictdiffer
qasync >= 0.13.0
importlib_metadata; python_version<'3.8'
dataclasses; python_version<'3.7'

setup_requires=
setuptools >=30.0

python_requires = >=3.6

[options.extras_require]
DOCBUILD = sphinx; sphinx-rtd-theme;


[coverage:run]
source =
Expand Down
80 changes: 0 additions & 80 deletions setup.py

This file was deleted.

0 comments on commit 4bfecc1

Please sign in to comment.