mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-06-27 16:10:34 +08:00
Added packaging bits
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
IndicoIo-python
|
||||
===============
|
||||
|
||||
Python repository for Indico API wrapper
|
||||
@@ -0,0 +1,15 @@
|
||||
try:
|
||||
from setuptools import setup
|
||||
except ImportError:
|
||||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name = "IndicoIo",
|
||||
version = '0.1.0dev',
|
||||
packages = ["IndicoIo",],
|
||||
license = "MIT License (See LICENSE)",
|
||||
long_description = open("README").read(),
|
||||
url = "http://www.indico.io",
|
||||
author = "Alec Radford, Slater Victoroff",
|
||||
author_email = "Alec Radford <alec@indicodatasolutions.com>, Slater Victoroff <slater@indicodatasolutions.com>",
|
||||
)
|
||||
Reference in New Issue
Block a user