Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Commit

Permalink
#4 - Make this a proper python package
Browse files Browse the repository at this point in the history
- Clean up metadata
  • Loading branch information
reckart committed Jun 2, 2018
1 parent 81774d0 commit d23aabb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 33 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ __pycache__/
.pytest_cache
.tox
.project
MANIFEST
26 changes: 0 additions & 26 deletions MANIFEST

This file was deleted.

22 changes: 15 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

setup(
# Application name:
name="dibyojyoti-master-thesis-CASXmi-python",
name="DKPro PyCAS",

# Version number (initial):
version="0.1.1",
version="0.1.1a",

# Application author details:
author="dibyojyoti sanyal",
author_email="dibyojyoticemk@gmail.com",
author="DKPro PyCAS Team",
author_email="dkpro-core-user@googlegroups.com",

# Packages
packages=find_packages(),
Expand All @@ -18,15 +18,23 @@
include_package_data=True,

# Details
url="https://git.ukp.informatik.tu-darmstadt.de/dibyojyoti/UIMAAS_Thesis_Dibyo/tree/master/python",
url="https://github.com/dkpro/dkpro-pycas",

#
# license="LICENSE.txt",
description="CAS API python.",
license='Apache License 2.0',
description="UIMA CAS XMI API for Python.",
test_suite="tests",

# long_description=open("README.txt").read(),

classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries'
],

# Dependent packages (distributions)
install_requires=[
"lxml",
Expand Down

0 comments on commit d23aabb

Please sign in to comment.