Skip to content

Commit

Permalink
BLD: Fix meta data for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgilbert committed May 16, 2021
1 parent 4426236 commit 6ac0c9c
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
[metadata]
name = blp
version = attr: blp.__version__
url = https://github.com/matthewgilbert/blp
author_email = [email protected]
description = Pythonic interface for Bloomberg Open API
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
keyboards = Bloomberg data blpapi

[options]
zip_safe = False
python_requires = >=3.6
install_requires =
pandas
package_dir =
= src
packages = find:

[options.packages.find]
where = src

[bdist_wheel]
universal=1

[build-system]
requires =
setuptools >= 40.9.0
wheel
build-backend = setuptools.build_meta

[pycodestyle]
max_line_length = 120
ignore = E203,W503
Expand Down

0 comments on commit 6ac0c9c

Please sign in to comment.