mirror of
https://github.com/nikdoof/evecalics.git
synced 2025-12-20 13:19:27 +00:00
Initial commit
This commit is contained in:
14
setup.py
Normal file
14
setup.py
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name = "evecal",
|
||||
version = '0.1',
|
||||
description = "EVE API Calendar abstraction library",
|
||||
author = "Andrew Williams",
|
||||
author_email = "andy@tensixtyone.com",
|
||||
url = "https://github.com/nikdoof/evecal/",
|
||||
keywords = "eve api eveonline calendar ics",
|
||||
py_modules = ['evecal',],
|
||||
scripts = ['scripts/evetoics'],
|
||||
)
|
||||
Reference in New Issue
Block a user