Skip to content

Commit

Permalink
Switch to Flit packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Dec 31, 2017
1 parent 8eb45a7 commit c556712
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 31 deletions.
3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

3 changes: 2 additions & 1 deletion backcall/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
"""Specifications for callback functions passed in to an API"""
from .backcall import callback_prototype

__author__ = 'Thomas Kluyver'
__email__ = 'takowl@gmail.com'
__version__ = '0.1.0'
__version__ = '0.1.0'
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[build-system]
requires = ["flit"]
build-backend = "flit.buildapi"

[tool.flit.metadata]
module = "backcall"
author = "Thomas Kluyver"
author-email = "thomas@kluyver.me.uk"
home-page = "https://github.com/takluyver/backcall"
description-file = "README.rst"
classifiers = [
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
]
27 changes: 0 additions & 27 deletions setup.py

This file was deleted.

0 comments on commit c556712

Please sign in to comment.