Skip to content

Commit 09f3bf0

Browse files
author
roman_yakovenko
committed
remove reference to "language-binding.net" site
1 parent 42fc54e commit 09f3bf0

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docs/history/history.rest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ SVN Version
6262
as suggested by `Jakub Wilk <http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/572d2286ca0b2cec?pli=1>`
6363

6464
11. "__int128_t" and "__uint128_t" types were introduced. Many thanks to Gustavo Carneiro
65-
for providing the patch.
65+
for providing the patch.
6666

6767
12. Thanks to Aron Xu, for pointing out that it is better to use "os.name",
6868
instead of "sys.platform" for platform specific logic.

docs/pkg-info.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Author: Roman Yakovenko
55
Author-email: roman yakovenko at gmail com
66
Maintainer: Roman Yakovenko
77
Maintainer-email: roman yakovenko at gmail com
8-
Home-page: http://www.language-binding.net/
98
Download-url: http://sourceforge.net/project/showfiles.php?group_id=118209
109
Summary: Python package for easy C++ declarations navigation
1110
License: Boost Software License
@@ -24,4 +23,4 @@ Classifier: Development Status :: 5 - Production/Stable
2423
Classifier: Intended Audience :: Developers
2524
Classifier: License :: Freeware
2625
Classifier: Programming Language :: Python
27-
Classifier: Topic :: Software Development
26+
Classifier: Topic :: Software Development

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
description = "GCC-XML generated file reader",
1212
author = "Roman Yakovenko",
1313
author_email = "[email protected]",
14-
url = 'http://www.language-binding.net/pygccxml/pygccxml.html',
1514
packages = [ 'pygccxml',
1615
'pygccxml.declarations',
1716
'pygccxml.parser',

0 commit comments

Comments
 (0)