Skip to content

Commit

Permalink
de-cluter root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jan 12, 2021
1 parent ed13710 commit ad98393
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 159 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3

RUN mkdir -p /src
COPY setup.py /src
COPY CHANGELOG.rst /src
COPY doc/CHANGELOG.rst /src
COPY debian/ /src
COPY src/ /src/lib/

Expand Down
101 changes: 0 additions & 101 deletions ISSUE_TEMPLATE.md

This file was deleted.

54 changes: 0 additions & 54 deletions PEP8

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions release
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import zipapp
import argparse


CHANGELOG = 'CHANGELOG.rst'
CHANGELOG = 'doc/CHANGELOG.rst'


class Path:
Expand Down Expand Up @@ -214,7 +214,7 @@ def release_github(args):
Debian.set(release)

print('updating ', end='')
for readme in ('README.md', 'README.rst'):
for readme in ('README.md', 'doc/README.rst'):
print(readme + ' ', end='')
with fileinput.FileInput(readme, inplace=True) as replacer:
for line in replacer:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author_email = [email protected]
url = https://github.com/Exa-Networks/exabgp
version = attr: exabgp.version.version
description = BGP swiss army knife
long_description = file: README.rst, CHANGELOG.rst
long_description = file: doc/README.rst, doc/CHANGELOG.rst
keywords = BGP, ipv4, ipv6, mpls, vpls, flowspec, bgp-ls, SDN, HA, DDOS
license = BSD 3-Clause License
classifiers =
Expand Down

0 comments on commit ad98393

Please sign in to comment.