Skip to content

Commit

Permalink
Merge pull request #24 from khaeru/pre-release
Browse files Browse the repository at this point in the history
Release version 3
  • Loading branch information
khaeru committed Sep 26, 2016
2 parents 2cd39e7 + 9a22959 commit 7484b72
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@
*.egg-info*/
*.pyc
__pycache__
dist/

# Test-related files
.cache
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,3 @@
include LICENSE
include README.md
recursive-include data *.gms
3 changes: 3 additions & 0 deletions setup.cfg
@@ -1,2 +1,5 @@
[metadata]
description-file = README.md

[pytest]
python_files=test_*.py
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -2,8 +2,8 @@

from setuptools import setup, find_packages

setup(name='PyGDX',
version='2',
setup(name='gdx',
version='3',
author='Paul Natsuo Kishimoto',
author_email='mail@paul.kishimoto.name',
description='GAMS Data Exchange (GDX) file access',
Expand All @@ -14,5 +14,6 @@
],
tests_require=['pytest'],
url='https://github.com/khaeru/py-gdx',
download_url='https://github.com/khaeru/py-gdx/tarball/3',
packages=find_packages(),
)

0 comments on commit 7484b72

Please sign in to comment.