Skip to content

Commit

Permalink
Add setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Apr 16, 2017
1 parent cf735f3 commit 5699d1f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
28 changes: 28 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[metadata]
name = hslog
version = 1.0.0
description = Hearthstone Power.log parser
author = Jerome Leclanche
author_email = [email protected]
url = https://github.com/HearthSim/python-hslog/
download_url = https://github.com/HearthSim/python-hslog/tarball/master
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Games/Entertainment

[options]
packages = find:
install_requires =
aniso8601
hearthstone

[bdist_wheel]
universal = 1
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env python

from setuptools import setup


setup()

0 comments on commit 5699d1f

Please sign in to comment.