Skip to content

Commit

Permalink
fix ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed May 30, 2023
1 parent 61f4213 commit 09b1cb2
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 120 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
/dist/
/doc/build/
/geolink2oereb.egg-info/
src/geolink2oereb.egg-info
__pycache__
*.pyc
9 changes: 3 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import re
from glob import glob
import os
from os.path import splitext, basename

from glob import glob
from os.path import splitext, basename
from setuptools import setup, find_packages
import sys
sys.path.insert(0, os.path.abspath(os.path.join('src')))
from geolink2oereb import __version__

here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.md')) as f:
Expand All @@ -27,7 +24,7 @@

setup(
name='geolink2oereb',
version=__version__,
version='0.0.1',
description='Transforms a geolink to OeREBKRMtrsfr_V2_0 document entities',
license='BSD',
long_description='{readme}\n\n{changelog}'.format(readme=readme, changelog=changelog),
Expand Down
61 changes: 0 additions & 61 deletions src/geolink2oereb.egg-info/PKG-INFO

This file was deleted.

21 changes: 0 additions & 21 deletions src/geolink2oereb.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/geolink2oereb.egg-info/dependency_links.txt

This file was deleted.

2 changes: 0 additions & 2 deletions src/geolink2oereb.egg-info/entry_points.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/geolink2oereb.egg-info/not-zip-safe

This file was deleted.

27 changes: 0 additions & 27 deletions src/geolink2oereb.egg-info/requires.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/geolink2oereb.egg-info/top_level.txt

This file was deleted.

0 comments on commit 09b1cb2

Please sign in to comment.